Skip to content

docs: add CONTRIBUTING and project CLAUDE.md #2

docs: add CONTRIBUTING and project CLAUDE.md

docs: add CONTRIBUTING and project CLAUDE.md #2

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@v8
- run: uv sync
- run: uv run ruff check
- run: uv run ruff format --check
- run: uv run pyright
- run: uv run pytest