seattlecitylight-mastodon-bot/.woodpecker/lint.yml

10 lines
231 B
YAML
Raw Normal View History

2024-02-10 20:43:40 -08:00
when:
branch: main
steps:
- name: lint
image: python:3-slim
2024-02-10 20:43:40 -08:00
commands:
- python -m pip install --upgrade pip
- python -m pip install -r requirements.txt
- python -m pip install ruff
- ruff check .