15 lines
288 B
YAML
15 lines
288 B
YAML
when:
|
|
- event: [pull_request, tag]
|
|
- event: push
|
|
branch:
|
|
- ${CI_REPO_DEFAULT_BRANCH}
|
|
- develop
|
|
- feature/*
|
|
- release/*
|
|
- renovate/*
|
|
|
|
steps:
|
|
"Check shell scripts":
|
|
image: pipelinecomponents/shellcheck
|
|
commands:
|
|
- shellcheck ./bin/*.sh
|