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

Fix linting

parent ed8d7e60
No related merge requests found
Pipeline #2299 passed with stage
in 1 minute and 11 seconds
......@@ -6,4 +6,4 @@ lint:shell-script:
before_script:
- shellcheck -V
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.
Finish editing this message first!
Please register or to comment