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