8 lines
105 B
YAML
8 lines
105 B
YAML
|
---
|
||
|
test:shellcheck:
|
||
|
stage: test
|
||
|
image: koalaman/shellcheck-alpine
|
||
|
script:
|
||
|
shellcheck *.sh
|
||
|
...
|