Skip to content

fix: delete of all real data in example and delete of duplicated chap… #14

fix: delete of all real data in example and delete of duplicated chap…

fix: delete of all real data in example and delete of duplicated chap… #14

Workflow file for this run

name: Validate
on:
push:
branches:
- main
workflow_dispatch:
jobs:
validate:
name: Deploy
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
- uses: actions/setup-node@v4
with:
node-version-file: 'package.json'
cache: 'pnpm'
- name: Install dependencies
run: pnpm i
- name: Validate vocab links
run: pnpm run validate:vocab-links
- name: Validate JSON-LD
run: pnpm run validate:jsonld