kuow-mastodon-bot/.woodpecker/lint.yml
Liam Steckler 31059d7687
All checks were successful
ci/woodpecker/push/lint Pipeline was successful
ci/woodpecker/push/docker-buildx Pipeline was successful
Move to uv for dependency management, add Docker image
2025-07-05 23:59:28 -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