mirror of
https://github.com/Divested-Mobile/DivestOS-Build.git
synced 2024-12-13 09:54:36 -05:00
8 lines
203 B
YAML
8 lines
203 B
YAML
|
shell check:
|
||
|
image: koalaman/shellcheck-alpine:stable
|
||
|
stage: test
|
||
|
before_script:
|
||
|
- shellcheck --version
|
||
|
script:
|
||
|
- shellcheck --severity=error Scripts/*.sh Scripts/*/*.sh Scripts/*/*/*.sh
|