Skip to content

docs: link org website in README #3

docs: link org website in README

docs: link org website in README #3

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