Skip to content

Run Nox every hour to check JSON schema parsing #5679

Run Nox every hour to check JSON schema parsing

Run Nox every hour to check JSON schema parsing #5679

Workflow file for this run

name: Run Nox every hour to check JSON schema parsing
on:
schedule:
- cron: '0 * * * *'
jobs:
nox:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # actions/checkout@v4
- name: Install uv
uses: astral-sh/setup-uv@d4b2f3b6ecc6e67c4457f6d3e41ec42d3d0fcb86 # astral-sh/setup-uv@v5
- uses: fjwillemsen/setup-nox2@fc5420448a3f1145b0128f86b1837e82841684a4 # fjwillemsen/[email protected]
- run: nox --session check_latest_schema-3.13
- run: uv sync --all-extras --all-packages --python 3.13
- run: uv run --python 3.13 pytest