mirror of
https://github.com/angristan/openvpn-install.git
synced 2025-11-21 23:32:40 +01:00
Add GitLab CI for shellcheck
This commit is contained in:
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
|
||||
Reference in New Issue
Block a user