mirror of
https://github.com/angristan/openvpn-install.git
synced 2024-11-22 08:49:03 +01:00
10 lines
139 B
YAML
10 lines
139 B
YAML
|
image: koalaman/shellcheck:stable
|
||
|
|
||
|
stages:
|
||
|
- Bash linting
|
||
|
|
||
|
shellcheck:
|
||
|
stage: Bash linting
|
||
|
script:
|
||
|
- shellcheck openvpn-install.sh
|