Add shellcheck CI
This commit is contained in:
parent
c77cbede4f
commit
88d5cd424f
1 changed files with 11 additions and 0 deletions
11
.gitlab-ci.yml
Normal file
11
.gitlab-ci.yml
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
stages:
|
||||||
|
- check
|
||||||
|
|
||||||
|
shellcheck:
|
||||||
|
stage: check
|
||||||
|
image: debian:stable
|
||||||
|
before_script:
|
||||||
|
- apt-get update
|
||||||
|
- apt-get install -y shellcheck
|
||||||
|
script:
|
||||||
|
- shellcheck *.sh
|
Loading…
Reference in a new issue