kuow-mastodon-bot/.woodpecker.yaml
Liam Steckler 23066ea1d6
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
Update .woodpecker.yaml
2024-02-10 19:49:48 -08:00

11 lines
No EOL
270 B
YAML

steps:
- name: lint
when:
- event: pull_request
- event: push
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 .