Compare commits

..

1 commit

Author SHA1 Message Date
0f21f2dd74
ci: switch from pyright to ty
Some checks failed
Continuous Integration / Lint, Check & Test (push) Failing after 47s
Signed-off-by: Konstantin Fickel <mail@konstantinfickel.de>
2026-02-01 10:16:51 +01:00

View file

@ -22,5 +22,5 @@ jobs:
- name: Test with PyTest - name: Test with PyTest
run: nix develop .#impure --command bash -c "uv run pytest --junit-xml test-report.xml" run: nix develop .#impure --command bash -c "uv run pytest --junit-xml test-report.xml"
- name: Check with PyRight - name: Check with TY
run: nix develop .#impure --command bash -c "uv run ty check" run: nix develop .#impure --command bash -c "uv run ty check"