Skip to content

Add automation for linting the spec #304

Add automation for linting the spec

Add automation for linting the spec #304

Workflow file for this run

name: JSON Schema
on:
- push
- pull_request
jobs:
specs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: latest
cache: npm
- run: npm ci
- run: npm run lint
- run: npm run build-all