mirror of
https://github.com/p-e-w/heretic.git
synced 2026-09-21 19:46:08 -07:00
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