Skip to content

Update README.md with citation section #13

Update README.md with citation section

Update README.md with citation section #13

name: Validate schema
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js 20.x
uses: actions/setup-node@v4
with:
node-version: 20.x
- run: npm install -g ajv-cli ajv-formats
- run: ajv compile --spec draft2020 -c ajv-formats -s schemas/**/schema.json