Skip to content

Commit ef35f75

Browse files
committed
add type checking to ci workflow
1 parent a1a4546 commit ef35f75

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,9 @@ jobs:
4141
- name: Upload coverage reports to Codecov
4242
uses: codecov/codecov-action@v3
4343

44+
- name: Run type checking
45+
run: poetry run mypy chemotools
46+
4447
- name: Run formatting
4548
run: |
4649
poetry run ruff format chemotools

0 commit comments

Comments
 (0)