octoplex/.woodpecker.yml
Rob Watson 7566c207b0
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
fixup! build: add woodpecker
2025-05-04 20:13:18 +02:00

10 lines
139 B
YAML

---
when:
- event: push
steps:
- name: lint
image: koalaman/shellcheck:stable
commands:
- shellcheck $(find . -type f -name "*.sh")