ci: add type checking
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user