Skip to content

[pre-commit.ci] pre-commit autoupdate (#12) #4

[pre-commit.ci] pre-commit autoupdate (#12)

[pre-commit.ci] pre-commit autoupdate (#12) #4

Workflow file for this run

name: MyPy
on:
push:
branches: [ main ]
pull_request:
jobs:
mypy:
runs-on: ubuntu-latest
steps:
- name: Setup Python
uses: actions/setup-python@v5
with:
python-version: "3.13"
architecture: x64
- name: Checkout
uses: actions/checkout@v4
- name: Install mypy
run: pip install mypy
- name: Test
run: mypy --ignore-missing-imports ${{ github.event.repository.name }}