Merge pull request 'Revert linting to Alpine' (#28) from revert-linting-to-alpine into main
All checks were successful
ci/woodpecker/push/lint Pipeline was successful

Reviewed-on: #28
This commit is contained in:
Liam Steckler 2024-03-29 16:21:35 -07:00
commit 2e0bfa7842

View file

@ -2,9 +2,9 @@ when:
branch: main
steps:
- name: lint
image: python:3-slim
image: python:3-alpine
commands:
- python -m pip install --upgrade pip
- python -m pip install -r requirements.txt
- python -m pip install ruff
- ruff check .
- ruff check .