diff --git a/.forgejo/workflows/ci.yml b/.forgejo/workflows/ci.yml index df5e5dc..b0a27f1 100644 --- a/.forgejo/workflows/ci.yml +++ b/.forgejo/workflows/ci.yml @@ -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"