diff --git a/.forgejo/workflows/ci.yml b/.forgejo/workflows/ci.yml index a54401a..eb5799b 100644 --- a/.forgejo/workflows/ci.yml +++ b/.forgejo/workflows/ci.yml @@ -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 TY + - name: Check with ty run: nix develop .#impure --command bash -c "uv run ty check"