Skip to content

chore(deps): bump actions/checkout from 4 to 5 #21

chore(deps): bump actions/checkout from 4 to 5

chore(deps): bump actions/checkout from 4 to 5 #21

Workflow file for this run

name: CI
permissions:
contents: read
on: [ push ]
jobs:
lint-and-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: astral-sh/setup-uv@v6
- run: uv sync --dev
- run: uv run ruff check
- run: uv run ruff format --diff
- run: uv run pytest