kuow-mastodon-bot/.woodpecker.yaml
Liam Steckler c3c2ab37cc
Some checks failed
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/pr/woodpecker Pipeline failed
ci/woodpecker/pull_request_closed/woodpecker Pipeline was successful
Only run CI on pushes to main and PRs
2024-02-10 20:03:08 -08:00

12 lines
No EOL
291 B
YAML

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