ci: test
All checks were successful
ci/woodpecker/push/lint Pipeline was successful

This commit is contained in:
Michael Grote 2024-05-06 23:33:30 +02:00
parent 8fb1612fbd
commit 4b67bf4fd5

View file

@ -6,8 +6,9 @@ steps:
- gitleaks detect --no-git --verbose --source $CI_WORKSPACE
when:
- event: push
evaluate: 'CI_COMMIT_AUTHOR_EMAIL != "renovate@mgrote.net"'
- event: pull_request
- evaluate: 'CI_COMMIT_AUTHOR_EMAIL != "renovate@mgrote.net"'
evaluate: 'CI_COMMIT_AUTHOR_EMAIL != "renovate@mgrote.net"'
shellcheck:
image: "koalaman/shellcheck-alpine:v0.10.0"
@ -21,6 +22,7 @@ steps:
done
when:
- event: push
evaluate: 'CI_COMMIT_AUTHOR_EMAIL != "renovate@mgrote.net"'
- event: pull_request
- evaluate: 'CI_COMMIT_AUTHOR_EMAIL != "renovate@mgrote.net"'
evaluate: 'CI_COMMIT_AUTHOR_EMAIL != "renovate@mgrote.net"'
...