Skip to content
Snippets Groups Projects

Add shellcheck CI job

Merged Tiger Watson requested to merge tw/misc-code-quality-fixes into master
1 unresolved thread
Compare and Show latest version
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -183,7 +183,7 @@ test:shellcheck:
extends: .rules:code-changes
image: koalaman/shellcheck-alpine:stable
script:
- shellcheck
- shellcheck bin/ support/
.verify_job:
stage: verify
Loading