mirror of
https://github.com/Divested-Mobile/DivestOS-Build.git
synced 2024-10-01 01:35:54 -04:00
42a5da8f16
Signed-off-by: Tavi <tavi@divested.dev>
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
|