Skip to content

Commit

Permalink
feat(ci): Add Mypy to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
tkarabela committed Nov 17, 2023
1 parent ce2a783 commit bd4d272
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ jobs:
- name: Install dependencies
run: |
poetry install --no-interaction --no-root
- name: Typecheck with mypy
run: |
poetry run mypy okane.py
- name: Test with pytest
run: |
poetry run python -m pytest
Expand Down

0 comments on commit bd4d272

Please sign in to comment.