Skip to content

fix(ci): pin setup-uv to v7, the latest floating major tag #3

fix(ci): pin setup-uv to v7, the latest floating major tag

fix(ci): pin setup-uv to v7, the latest floating major tag #3

Workflow file for this run

name: ci
on:
push:
branches: [master]
pull_request:
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
- uses: astral-sh/setup-uv@v7
- run: uv sync
- run: uv run ruff check
- run: uv run ruff format --check
- run: uv run pyright
- run: uv run pytest