feat: adds static type check to ci/cd

This commit is contained in:
2025-09-13 19:48:17 -03:00
parent c1f04606ad
commit e45086e29e
3 changed files with 86 additions and 1 deletions

View File

@@ -44,6 +44,9 @@ jobs:
uv run poe tests
uv run poe tests-report
- name: Static type check
run: uv run poe type-check
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v5
with: