Add shellcheck CI job

This commit is contained in:
fnux 2020-01-23 14:59:55 +01:00
parent ee5d485deb
commit 3c8d96b686

11
.gitlab-ci.yml Normal file
View file

@ -0,0 +1,11 @@
stages:
- check
shellcheck:
stage: check
image: debian:stable
before_script:
- apt-get update
- apt-get install -y shellcheck
script:
- shellcheck uncloud-init