1
1
mirror of https://github.com/namibia/openvpn-install.git synced 2024-06-01 11:00:48 +00:00

Add GitLab CI for shellcheck

This commit is contained in:
angristan 2018-09-21 23:51:46 +02:00
parent 80c0b971d6
commit f44b5ccd2c

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