You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
when:
|
|
event: [push, pull_request]
|
|
branch: develop
|
|
path: ["**/*.sh", ".woodpecker/test_shell.yml"]
|
|
|
|
pipeline:
|
|
check:
|
|
image: koalaman/shellcheck-alpine
|
|
pull: true
|
|
commands:
|
|
- shellcheck --version
|
|
- shellcheck $(find ./ -type f -name '*.sh')
|