Skip to content

Polish styles & add more examples #21

Polish styles & add more examples

Polish styles & add more examples #21

Workflow file for this run

name: mypy-lint
on: pull_request
jobs:
mypy-lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up uv
run: curl -LsSf https://astral.sh/uv/0.3.0/install.sh | sh
- name: Set up Python
run: uv python install 3.9
- name: Install the project
run: uv sync --all-extras --dev
- name: Run mypy check
run: make mypy