Skip to content

Commit bc88fea

Browse files
committed
Run mypy as part of GitHub workflows
1 parent 573cfc3 commit bc88fea

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/pythonpackage.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,10 @@ jobs:
4141
- name: Install dependencies
4242
run: poetry install
4343
if: steps.cached-poetry-dependencies.outputs.cache-hit != 'true'
44+
- name: Run mypy
45+
run: |
46+
source $VENV
47+
mypy .
4448
- name: Test with pytest
4549
run: |
4650
source $VENV

0 commit comments

Comments
 (0)