Skip to content

fix up docker issues #5

fix up docker issues

fix up docker issues #5

Workflow file for this run

name: MyPy
on: [push]
jobs:
type-checking:

Check failure on line 6 in .github/workflows/types.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/types.yml

Invalid workflow file

You have an error in your yaml syntax on line 6
runs-on: ubuntu-latest
steps:
- name: Checkout the repo
uses: actions/checkout@v2
- name: Install python 3.7
uses: actions/setup-python@v2
with:
python-version: 3.7
- 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