Add shellcheck GitLab CI
This commit is contained in:
parent
f98c5d8268
commit
326153e211
6
.gitlab-ci.yml
Normal file
6
.gitlab-ci.yml
Normal file
@ -0,0 +1,6 @@
|
||||
shellcheck:
|
||||
stage: test
|
||||
image: koalaman/shellcheck-alpine:latest
|
||||
script:
|
||||
- shellcheck common
|
||||
- shellcheck arch-chroot.in genfstab.in pacstrap.in
|
Loading…
Reference in New Issue
Block a user