DivestOS/.gitlab-ci.yml

8 lines
203 B
YAML
Raw Normal View History

shell check:
image: koalaman/shellcheck-alpine:stable
stage: test
before_script:
- shellcheck --version
script:
- shellcheck --severity=error Scripts/*.sh Scripts/*/*.sh Scripts/*/*/*.sh