ci: lint entire project, not just services/

This commit is contained in:
Celes Renata
2026-04-18 20:55:39 +00:00
parent 2f27fdb8bf
commit 896cefbe07
+1 -1
View File
@@ -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]