ci: lint entire project, not just services/
This commit is contained in:
+1
-1
@@ -6,7 +6,7 @@ steps:
|
||||
lint-python:
|
||||
image: ghcr.io/astral-sh/ruff:0.15.10
|
||||
commands:
|
||||
- ruff check --output-format=concise services/
|
||||
- ruff check --output-format=concise .
|
||||
when:
|
||||
event: [push, pull_request]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user