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:
|
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]
|
||||||
|
|||||||
Reference in New Issue
Block a user