ci: revert to python:3.12-slim for lint, ruff image has no shell
This commit is contained in:
+3
-1
@@ -4,8 +4,10 @@
|
||||
|
||||
steps:
|
||||
lint-python:
|
||||
image: ghcr.io/astral-sh/ruff:0.15.10
|
||||
image: python:3.12-slim
|
||||
commands:
|
||||
- pip install ruff==0.15.10 --quiet
|
||||
- ruff --version
|
||||
- ruff check --output-format=concise .
|
||||
when:
|
||||
event: [push, pull_request]
|
||||
|
||||
Reference in New Issue
Block a user