Skip to content

wmn-data: update detection logic, part 2 of 2 (split from #1051, 3 of 4) #744

wmn-data: update detection logic, part 2 of 2 (split from #1051, 3 of 4)

wmn-data: update detection logic, part 2 of 2 (split from #1051, 3 of 4) #744

Workflow file for this run

name: Validate JSON
on:
pull_request:
paths:
- 'wmn-data.json'
- 'wmn-data-schema.json'
jobs:
verify-json-validation:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.11'
- name: Install dependencies
run: pip install jsonschema
- name: Validate wmn-data.json against schema
run: python scripts/validate_json.py