kuow-mastodon-bot/.woodpecker.yaml
Liam Steckler 59684ccf5c
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
Remove conditions
2024-02-10 19:51:44 -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 .