Skip to content
Snippets Groups Projects
Commit 1bb39142 authored by Fabrice Gangler's avatar Fabrice Gangler :art:
Browse files

CI: improve shellcheck linter

parent c095352a
No related branches found
No related tags found
No related merge requests found
Pipeline #15554 passed
...@@ -115,4 +115,5 @@ shellcheck_linter: ...@@ -115,4 +115,5 @@ shellcheck_linter:
- apk update - apk update
- apk add git - apk add git
script: script:
- git ls-files --exclude='*.sh' --ignored
- git ls-files --exclude='*.sh' --ignored | xargs shellcheck - git ls-files --exclude='*.sh' --ignored | xargs shellcheck
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment