Update .gitlab-ci.yml
This commit is contained in:
parent
861df2e0bb
commit
c1afa084f2
@ -1,12 +1,9 @@
|
||||
image: bash
|
||||
|
||||
before_script:
|
||||
- 'apk add shellcheck'
|
||||
|
||||
stages:
|
||||
- lint
|
||||
|
||||
lint:
|
||||
stage: lint
|
||||
script:
|
||||
- 'shellcheck .bash* bin/*'
|
||||
- 'apk add --update shellcheck && shellcheck .bash* bin/*'
|
Loading…
Reference in New Issue
Block a user