Compare commits

..

2 commits

Author SHA1 Message Date
2e0bfa7842 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
2024-03-29 16:21:35 -07:00
e5631baa64 Revert linting to Alpine
All checks were successful
ci/woodpecker/pr/lint Pipeline was successful
ci/woodpecker/pull_request_closed/lint Pipeline was successful
2024-03-29 16:20:12 -07:00

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 .