Skip to content

Commit dec034f

Browse files
committed
add static type checking to CI
1 parent 7bad4a7 commit dec034f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ jobs:
6363
- name: Run Static Analysis
6464
run: |
6565
poetry run pylint django_enum
66+
poetry run mypy django_enum
6667
poetry run doc8 -q doc
6768
poetry check
6869
poetry run pip check

0 commit comments

Comments
 (0)