ci: use official ruff image for faster lint step

This commit is contained in:
Celes Renata
2026-04-18 20:55:03 +00:00
parent b48b02f938
commit 2f27fdb8bf
+2 -3
View File
@@ -4,10 +4,9 @@
steps:
lint-python:
image: python:3.12-slim
image: ghcr.io/astral-sh/ruff:0.15.10
commands:
- pip install ruff==0.15.10 --quiet
- ruff check services/
- ruff check --output-format=concise services/
when:
event: [push, pull_request]