7 lines
169 B
YAML
7 lines
169 B
YAML
|
shellcheck:
|
||
|
stage: test
|
||
|
image: koalaman/shellcheck-alpine:latest
|
||
|
script:
|
||
|
- shellcheck common
|
||
|
- shellcheck arch-chroot.in genfstab.in pacstrap.in
|