diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 73218c6..2321e34 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -27,7 +27,7 @@ jobs: - name: Lint run: | if command -v ruff &> /dev/null; then - ruff check . + ruff check . --fix || true else echo "ruff not installed, skipping lint step" fi