Skip to content
Snippets Groups Projects
Commit f5e2d4db authored by Erick Hitter's avatar Erick Hitter
Browse files

Lint!

parent 26a28cbb
No related branches found
No related tags found
No related merge requests found
Pipeline #2296 passed
image: alpine:latest
lint:shell-script:
stage: test
image: koalaman/shellcheck-alpine:latest
before_script:
- shellcheck -V
script:
- find ./bin -name "*" -exec shellcheck {} \;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment