Skip to content

Commit df839a9

Browse files
committed
chore(ci): add mypy to actions
1 parent 8278e8a commit df839a9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,6 @@ jobs:
2626
- name: Run tests
2727
run: |
2828
uv run pytest tests
29+
- name: Run typing
30+
run: |
31+
uv run mypy src

0 commit comments

Comments
 (0)