argos-system/.gitlab-ci.yml

9 lines
106 B
YAML
Raw Permalink Normal View History

2021-03-01 10:31:49 +01:00
---
test:shellcheck:
stage: test
image: koalaman/shellcheck-alpine
script:
shellcheck *.sh
...