bootstrap/.gitlab-ci.yml

8 lines
105 B
YAML
Raw Normal View History

2021-02-12 07:40:57 +01:00
---
test:shellcheck:
stage: test
image: koalaman/shellcheck-alpine
script:
shellcheck *.sh
...