ci: add ruff to pipeline
Some checks failed
Continuous Integration / Lint, Check & Test (push) Failing after 44s
Some checks failed
Continuous Integration / Lint, Check & Test (push) Failing after 44s
This commit is contained in:
parent
d5535fe2d0
commit
1c08319fb5
1 changed files with 3 additions and 0 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue