This commit is contained in:
Michael Grote 2024-05-08 14:08:15 +02:00
parent 547d6865a7
commit d688b8fd77

View file

@ -19,13 +19,13 @@ steps:
pylint:
image: wpengine/pylint:terraform-1.8.2
commands:
- pylint .
- pylint app.py
when:
- event: [push, pull_request]
evaluate: 'CI_COMMIT_AUTHOR_EMAIL != "renovate@mgrote.net"'
shellcheck:
image: "koalaman/shellcheck-alpine:v0.10.0"
image: koalaman/shellcheck-alpine:v0.10.0
commands:
- |
find . -type f -not -path './.git/*' -not -path './collections/*' -exec file {} \; | while IFS= read -r line; do