seattlecitylight-mastodon-bot/.woodpecker/lint.yml
Liam Steckler d5a7451843
All checks were successful
ci/woodpecker/push/lint Pipeline was successful
ci/woodpecker/push/vulnerability-scan Pipeline was successful
Move linting to uv
2025-05-03 16:43:00 -07:00

8 lines
148 B
YAML

when:
branch: main
steps:
- name: lint
image: ghcr.io/astral-sh/uv:python3.13-bookworm
commands:
- uv sync
- uvx ruff check