expiration-check/.woodpecker/test.yml
Simon Vieille b27f7773ca
All checks were successful
ci/woodpecker/push/test Pipeline was successful
ci/woodpecker/push/build Pipeline was successful
ci/woodpecker/tag/test Pipeline was successful
ci/woodpecker/tag/build Pipeline was successful
fix typo in CI
2025-02-24 15:11:04 +01:00

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