kuow-mastodon-bot/.woodpecker.yaml
Liam Steckler ffa82c7e45
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
Update .woodpecker.yaml
2024-02-10 19:06:15 -08:00

8 lines
No EOL
212 B
YAML

steps:
- name: lint
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 .