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
1 file
+ 7
0
Compare changes
  • Side-by-side
  • Inline
+ 7
0
@@ -178,6 +178,13 @@ test:container_scanning:
artifacts:
paths: [gl-sast-container-report.json]
test:shellcheck:
stage: test
extends: .rules:code-changes
image: koalaman/shellcheck-alpine:stable
script:
- shellcheck bin/* support/**/*
.verify_job:
stage: verify
extends: .rules:code-changes
Loading