helpers/.woodpecker/test.yml
Robert Kaussow 8f974316c2
All checks were successful
ci/woodpecker/pr/test Pipeline was successful
ci/woodpecker/pr/docs Pipeline was successful
ci: replace deprecated workflow syntax
2024-10-27 21:30:10 +01:00

13 lines
287 B
YAML

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