From 78f5eec82d24e62b8dd6be1ebff03eeda2369027 Mon Sep 17 00:00:00 2001 From: Konstantin Fickel Date: Sun, 12 Oct 2025 10:54:45 +0200 Subject: [PATCH] xxxx Signed-off-by: Konstantin Fickel --- .forgejo/workflows/ci.yml | 2 +- test.md | 0 2 files changed, 1 insertion(+), 1 deletion(-) delete mode 100644 test.md diff --git a/.forgejo/workflows/ci.yml b/.forgejo/workflows/ci.yml index e64d35c..d59c2b5 100644 --- a/.forgejo/workflows/ci.yml +++ b/.forgejo/workflows/ci.yml @@ -20,7 +20,7 @@ jobs: run: 'nix develop .#impure --command bash -c "uv sync --locked --all-extras --dev"' - name: Check with Ruff - run: 'nix develop .#impure --command bash -c "uv sync --locked --all-extras --dev; uv run ruff --version"' + run: 'nix develop .#impure --command bash -c "uv --with ruff ruff check"' - name: Test with PyTest run: nix develop .#impure --command bash -c "uv run pytest --junit-xml test-report.xml" diff --git a/test.md b/test.md deleted file mode 100644 index e69de29..0000000