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

Lint!

parent 71c64d8e
No related branches found
No related tags found
1 merge request!1Introduce aliases
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