We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 573cfc3 commit bc88feaCopy full SHA for bc88fea
1 file changed
.github/workflows/pythonpackage.yml
@@ -41,6 +41,10 @@ jobs:
41
- name: Install dependencies
42
run: poetry install
43
if: steps.cached-poetry-dependencies.outputs.cache-hit != 'true'
44
+ - name: Run mypy
45
+ run: |
46
+ source $VENV
47
+ mypy .
48
- name: Test with pytest
49
run: |
50
source $VENV
0 commit comments