Skip to content

Add schema test

Add schema test #285

Workflow file for this run

name: Ruff
on: push
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: '3.10'
- run: python3 -m pip install poetry
- run: poetry install --with dev
- run: poetry run ruff check .