i3-wallpaper-manager/.woodpecker/test.yml
Simon Vieille a6a7e334cf
All checks were successful
ci/woodpecker/push/test Pipeline was successful
ci/woodpecker/push/build Pipeline was successful
fix shell script
2024-07-30 21:35:43 +02: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