Skip to content

Commit 66a5257

Browse files
committed
Add mypy step in GitHub Actions
1 parent ed87c35 commit 66a5257

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/django.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ jobs:
2424
run: |
2525
python -m pip install --upgrade pip
2626
pip install -r requirements/local.txt
27+
- name: Type check
28+
run: mypy styleguide_example/
2729
- name: Run migrations
2830
run: python manage.py migrate
2931
- name: Run tests

0 commit comments

Comments
 (0)