git-lab-ci.yml syntax
This commit is contained in:
parent
8248d97ee2
commit
f5971e5b89
@ -1,8 +1,10 @@
|
|||||||
image: bash
|
image: bash
|
||||||
|
|
||||||
|
before_script: 'apk add shellcheck'
|
||||||
|
|
||||||
stages:
|
stages:
|
||||||
- lint
|
- lint
|
||||||
|
|
||||||
lint:
|
lint:
|
||||||
stage: install
|
stage: lint
|
||||||
script: 'apk add shellcheck && shellcheck .bash* bin/*'
|
script: 'shellcheck .bash* bin/*'
|
Loading…
Reference in New Issue
Block a user