ci: use official ruff image for faster lint step
This commit is contained in:
+2
-3
@@ -4,10 +4,9 @@
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
lint-python:
|
lint-python:
|
||||||
image: python:3.12-slim
|
image: ghcr.io/astral-sh/ruff:0.15.10
|
||||||
commands:
|
commands:
|
||||||
- pip install ruff==0.15.10 --quiet
|
- ruff check --output-format=concise services/
|
||||||
- ruff check services/
|
|
||||||
when:
|
when:
|
||||||
event: [push, pull_request]
|
event: [push, pull_request]
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user