Skip to content

refactor Document.json #19

refactor Document.json

refactor Document.json #19

name: Validate JSON Schema
on:
pull_request:
paths:
- 'jsonschema/**'
jobs:
validate:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.12'
- name: Install dependencies
run: pip install jsonschema
- name: Run JSON Schema validation tests
run: python jsonschema/test_json_schema.py