Run shellcheck on CI

This commit is contained in:
Jake Howard 2021-07-08 18:50:24 +01:00
parent ecba33e408
commit d45e60024d
Signed by: jake
GPG Key ID: 57AFB45680EDD477
1 changed files with 6 additions and 0 deletions

6
.gitlab-ci.yml Normal file
View File

@ -0,0 +1,6 @@
build:
image: alpine
before_script:
- apk add --no-cache shellcheck
script:
- shellcheck gitlab-dater.sh