Skip to content

Update terms.json

Update terms.json #176

Workflow file for this run

name: Validate terms
on: push
jobs:
build:
runs-on: ubuntu-latest
name: Validate terms
steps:
- name: Get files
uses: actions/checkout@v2
- name: Install python dependencies
run: pip install -r tests/requirements.txt
- name: Validate JSON schema
run: jsonschema --instance data/terms.json data/terms.schema.json
- name: Validate JSON contents
working-directory: ./tests
run: python validate_json.py