ci: add ruff to pipeline
Some checks failed
Continuous Integration / Lint, Check & Test (push) Failing after 44s

This commit is contained in:
Konstantin Fickel 2025-10-12 08:33:49 +02:00
parent d5535fe2d0
commit 1c08319fb5
Signed by: kfickel
GPG key ID: A793722F9933C1A5

View file

@ -30,5 +30,8 @@ jobs:
path: test-report.xml
reporter: java-junit
- name: Check with Ruff
run: nix develop .#impure --command bash -c "uv run ruff check"
- name: Check with PyRight
run: nix develop .#impure --command bash -c "uv run pyright"