seattlecitylight-mastodon-bot/.woodpecker/lint.yml

9 lines
148 B
YAML
Raw Normal View History

2024-02-10 20:43:40 -08:00
when:
branch: main
steps:
- name: lint
2025-05-03 16:43:00 -07:00
image: ghcr.io/astral-sh/uv:python3.13-bookworm
2024-02-10 20:43:40 -08:00
commands:
2025-05-03 16:43:00 -07:00
- uv sync
- uvx ruff check