ci: add type checking

This commit is contained in:
Philipp Emanuel Weidmann
2025-12-22 10:48:42 +05:30
parent 064bed9a9f
commit 39101137ef
3 changed files with 34 additions and 1 deletions
+3
View File
@@ -37,6 +37,9 @@ jobs:
- name: Lint and check import sorting
run: uv run ruff check --output-format=github --extend-select I .
- name: Check typing
run: uv run ty check --output-format=github .
- name: Build package
run: uv build