Use shellcheck image
This commit is contained in:
parent
e6458e5e60
commit
f03c509552
@ -3,9 +3,8 @@ kind: pipeline
|
|||||||
name: linters
|
name: linters
|
||||||
steps:
|
steps:
|
||||||
- name: run shellcheck
|
- name: run shellcheck
|
||||||
image: alpine:latest
|
image: koalaman/shellcheck-alpine:latest
|
||||||
commands:
|
commands:
|
||||||
- apk add shellcheck
|
|
||||||
- shellcheck abra
|
- shellcheck abra
|
||||||
|
|
||||||
- name: run unit tests
|
- name: run unit tests
|
||||||
|
Loading…
Reference in New Issue
Block a user