Skip to content

Commit

Permalink
Add typecheck step to build
Browse files Browse the repository at this point in the history
  • Loading branch information
humrochagf committed Jan 14, 2021
1 parent 9fd2390 commit 6f3ac8d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,12 @@ jobs:
run: |
pip install poetry
poetry install
- name: Lint with flake8
- name: Lint check with flake8
run: |
make lint
- name: Type check with mypy
run: |
make typecheck
- name: Test with nosetests
run: |
make cover
Expand Down

0 comments on commit 6f3ac8d

Please sign in to comment.