kuow-mastodon-bot/.woodpecker/lint.yml
Liam Steckler a48985a0b9
Some checks failed
ci/woodpecker/push/lint Pipeline failed
Rename woodpecker folder
2024-02-10 20:30:15 -08:00

10 lines
No EOL
233 B
YAML

when:
branch: main
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 .