Run shellcheck on CI
This commit is contained in:
parent
ecba33e408
commit
d45e60024d
1 changed files with 6 additions and 0 deletions
6
.gitlab-ci.yml
Normal file
6
.gitlab-ci.yml
Normal file
|
@ -0,0 +1,6 @@
|
|||
build:
|
||||
image: alpine
|
||||
before_script:
|
||||
- apk add --no-cache shellcheck
|
||||
script:
|
||||
- shellcheck gitlab-dater.sh
|
Loading…
Reference in a new issue