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