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