Skip to content

Commit 99a5c44

Browse files
authored
Update ci.yml
1 parent e367d7d commit 99a5c44

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,3 +46,7 @@ jobs:
4646
4747
- name: Run tests with pytest
4848
run: pytest || echo "No tests found yet, skipping..."
49+
50+
- name: Run Mypy
51+
run: mypy .
52+

0 commit comments

Comments
 (0)