Skip to content

docs: expand MIGRATION.md to CNA depth #133

docs: expand MIGRATION.md to CNA depth

docs: expand MIGRATION.md to CNA depth #133

Workflow file for this run

name: Typecheck
on:
push:
branches: [main]
pull_request:
branches: [main]
workflow_dispatch:
jobs:
typecheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: astral-sh/setup-uv@v7
- uses: actions/setup-python@v6
with:
python-version-file: .python-version
- run: uv sync --group dev
- run: uv run pyright