Add GitLab CI for shellcheck

This commit is contained in:
angristan 2018-09-21 23:51:46 +02:00
parent 80c0b971d6
commit f44b5ccd2c
1 changed files with 9 additions and 0 deletions

9
.gitlab-ci.yml Normal file
View File

@ -0,0 +1,9 @@
image: koalaman/shellcheck:stable
stages:
- Bash linting
shellcheck:
stage: Bash linting
script:
- shellcheck openvpn-install.sh