fix: Update linter command in CI
All checks were successful
Backend CI / lint (push) Successful in 9m31s
Backend CI / test (push) Successful in 4m7s

This commit is contained in:
JSC
2025-08-01 09:44:53 +02:00
parent f68f4d9046
commit 43be92c8f9

View File

@@ -30,7 +30,7 @@ jobs:
run: uv sync --locked --all-extras --dev
- name: Run linter
run: uv run ruff check --exclude tests
run: uv run ruff check
test:
runs-on: ubuntu-latest