ci: switch from pyright to ty
Some checks failed
Continuous Integration / Lint, Check & Test (push) Failing after 47s
Some checks failed
Continuous Integration / Lint, Check & Test (push) Failing after 47s
Signed-off-by: Konstantin Fickel <mail@konstantinfickel.de>
This commit is contained in:
parent
eaca24b8ae
commit
0f21f2dd74
3 changed files with 29 additions and 27 deletions
|
|
@ -22,5 +22,5 @@ jobs:
|
|||
- name: Test with PyTest
|
||||
run: nix develop .#impure --command bash -c "uv run pytest --junit-xml test-report.xml"
|
||||
|
||||
- name: Check with PyRight
|
||||
run: nix develop .#impure --command bash -c "uv run pyright"
|
||||
- name: Check with TY
|
||||
run: nix develop .#impure --command bash -c "uv run ty check"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue