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

9 lines
148 B
YAML
Raw Normal View History

2024-02-10 20:10:31 -08:00
when:
branch: main
2024-02-10 19:03:48 -08:00
steps:
2024-02-10 19:06:15 -08:00
- name: lint
image: ghcr.io/astral-sh/uv:python3.13-bookworm
2024-02-10 19:03:48 -08:00
commands:
- uv sync
- uvx ruff check