Skip to content

docs: add Schema Lint badge to README #2

docs: add Schema Lint badge to README

docs: add Schema Lint badge to README #2

Workflow file for this run

name: Schema Lint
on:
push:
branches: [ main ]
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.11'
- run: pip install jsonschema
- run: python scripts/check_schema.py