Skip to content

fix indentation issues with actions #9

fix indentation issues with actions

fix indentation issues with actions #9

Workflow file for this run

name: MyPy
on: [push]
jobs:
type-checking:
runs-on: ubuntu-latest
steps:
- name: Checkout the repo
uses: actions/checkout@v4
- name: Install python 3.11
uses: actions/setup-python@v5
with:
python-version: 3.11
- uses: actions/checkout@v4
- name: Setup PDM
uses: pdm-project/setup-pdm@v4
- name: Install dependencies
run: pdm install
- name: Run the typechecking with mypy
run: |
pdm run task mypy