seattlecitylight-mastodon-bot/.woodpecker/lint.yml
Liam Steckler 8ac22bbd44
Some checks failed
ci/woodpecker/pr/lint Pipeline was successful
ci/woodpecker/pr/vulnerability-scan Pipeline failed
ci/woodpecker/pull_request_closed/lint Pipeline was successful
ci/woodpecker/pull_request_closed/vulnerability-scan Pipeline failed
Switch lint to python slim
2024-04-20 15:00:40 -07:00

10 lines
No EOL
231 B
YAML

when:
branch: main
steps:
- name: lint
image: python:3-slim
commands:
- python -m pip install --upgrade pip
- python -m pip install -r requirements.txt
- python -m pip install ruff
- ruff check .