ci: treat ty warnings as errors
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user