ci: treat ty warnings as errors

This commit is contained in:
Philipp Emanuel Weidmann
2025-12-22 10:57:36 +05:30
parent 39101137ef
commit 2141e110fb
+1 -1
View File
@@ -38,7 +38,7 @@ jobs:
run: uv run ruff check --output-format=github --extend-select I .
- name: Check typing
run: uv run ty check --output-format=github .
run: uv run ty check --output-format=github --error-on-warning .
- name: Build package
run: uv build