worldhopper/.woodpecker/pr.yml
Felipe M. 0b57896793 feat: eink-mode (#1)
Co-authored-by: Felipe M. <me@fmartingr.com>
Co-committed-by: Felipe M. <me@fmartingr.com>
2026-02-12 22:25:38 +01:00

12 lines
241 B
YAML

---
# Woodpecker CI configuration for Worldhopper pull requests
# Runs linting and static analysis on PRs
when:
event: pull_request
steps:
lint:
image: debian:bookworm-slim
commands:
- bash .woodpecker/scripts/pr-lint.sh