Revert linting to Alpine #28
1 changed files with 2 additions and 2 deletions
|
@ -2,9 +2,9 @@ when:
|
||||||
branch: main
|
branch: main
|
||||||
steps:
|
steps:
|
||||||
- name: lint
|
- name: lint
|
||||||
image: python:3-slim
|
image: python:3-alpine
|
||||||
commands:
|
commands:
|
||||||
- python -m pip install --upgrade pip
|
- python -m pip install --upgrade pip
|
||||||
- python -m pip install -r requirements.txt
|
- python -m pip install -r requirements.txt
|
||||||
- python -m pip install ruff
|
- python -m pip install ruff
|
||||||
- ruff check .
|
- ruff check .
|
||||||
|
|
Loading…
Reference in a new issue