mirror of
https://github.com/angristan/openvpn-install.git
synced 2024-11-22 08:49:03 +01:00
Add GitLab CI for shellcheck
This commit is contained in:
parent
80c0b971d6
commit
f44b5ccd2c
9
.gitlab-ci.yml
Normal file
9
.gitlab-ci.yml
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
image: koalaman/shellcheck:stable
|
||||||
|
|
||||||
|
stages:
|
||||||
|
- Bash linting
|
||||||
|
|
||||||
|
shellcheck:
|
||||||
|
stage: Bash linting
|
||||||
|
script:
|
||||||
|
- shellcheck openvpn-install.sh
|
Loading…
Reference in New Issue
Block a user