seattlecitylight-mastodon-bot/.woodpecker/lint.yml
Liam Steckler 4accc75c06
Some checks failed
ci/woodpecker/push/lint Pipeline was successful
ci/woodpecker/push/vulnerability-scan Pipeline failed
Fix center of outage calculation (#24)
Solves #23

Reviewed-on: #24
2024-04-20 15:03:16 -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 .