ci: add shellcheck
This commit is contained in:
parent
c3d9d911df
commit
08f853cd2d
1 changed files with 10 additions and 0 deletions
|
@ -11,6 +11,7 @@ steps:
|
||||||
event:
|
event:
|
||||||
exclude:
|
exclude:
|
||||||
- tag
|
- tag
|
||||||
|
|
||||||
hadolint:
|
hadolint:
|
||||||
image: hadolint/hadolint:latest-debian
|
image: hadolint/hadolint:latest-debian
|
||||||
commands:
|
commands:
|
||||||
|
@ -19,3 +20,12 @@ steps:
|
||||||
event:
|
event:
|
||||||
exclude:
|
exclude:
|
||||||
- tag
|
- tag
|
||||||
|
|
||||||
|
shellcheck:
|
||||||
|
image: koalaman/shellcheck-alpine:stable
|
||||||
|
commands:
|
||||||
|
- "find . -name *.sh -exec shellcheck {} +"
|
||||||
|
when:
|
||||||
|
event:
|
||||||
|
exclude:
|
||||||
|
- tag
|
||||||
|
|
Loading…
Reference in a new issue