Enable GitLab CI/CD

Run shellcheck on scripts

[skip ci]
This commit is contained in:
Lucas Ramage 2020-03-20 20:40:26 +00:00
parent cf41f7366f
commit e828b9a017
3 changed files with 8 additions and 0 deletions

8
.gitlab-ci.yml Normal file
View File

@ -0,0 +1,8 @@
services:
- docker:dind
shellcheck:
image: docker:latest
stage: test
script:
- docker run --rm -v "$(pwd):/mnt" koalaman/shellcheck:stable src/*