ci: revert to python:3.12-slim for lint, ruff image has no shell

This commit is contained in:
Celes Renata
2026-04-18 20:58:39 +00:00
parent 896cefbe07
commit 4d1894c652
+3 -1
View File
@@ -4,8 +4,10 @@
steps: steps:
lint-python: lint-python:
image: ghcr.io/astral-sh/ruff:0.15.10 image: python:3.12-slim
commands: commands:
- pip install ruff==0.15.10 --quiet
- ruff --version
- ruff check --output-format=concise . - ruff check --output-format=concise .
when: when:
event: [push, pull_request] event: [push, pull_request]