Skip to content
This repository was archived by the owner on Mar 29, 2026. It is now read-only.

update terms

update terms #1

Workflow file for this run

name: Validate Dataset
on:
pull_request:
paths:
- 'data/terms.json'
jobs:
validate:
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v4
- name: Install ajv-cli
run: npm install -g ajv-cli
- name: Validate terms.json against schema
run: ajv validate -s .github/schema/terms.schema.json -d data/terms.json --errors=text