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

Fix linting

parent 21e299f6
No related branches found
No related tags found
1 merge request!1Introduce aliases
...@@ -6,4 +6,4 @@ lint:shell-script: ...@@ -6,4 +6,4 @@ lint:shell-script:
before_script: before_script:
- shellcheck -V - shellcheck -V
script: script:
- find bin -name "*" -exec shellcheck {} \; - find bin -type f -name "*" -exec shellcheck {} \;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment