container-library/.woodpecker/test.yml

14 lines
315 B
YAML
Raw Permalink Normal View History

---
when:
- event: [pull_request, tag]
- event: [push, manual]
branch:
- ${CI_REPO_DEFAULT_BRANCH}
steps:
2024-01-16 16:26:51 +01:00
- name: lint
image: docker.io/koalaman/shellcheck-alpine:stable
commands:
- shellcheck --version
- grep -ErlI '^#!(.*/|.*env +)(sh|bash|ksh)' ./overlay/ | xargs shellcheck