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:
|
||||
exclude:
|
||||
- tag
|
||||
|
||||
hadolint:
|
||||
image: hadolint/hadolint:latest-debian
|
||||
commands:
|
||||
|
@ -19,3 +20,12 @@ steps:
|
|||
event:
|
||||
exclude:
|
||||
- tag
|
||||
|
||||
shellcheck:
|
||||
image: koalaman/shellcheck-alpine:stable
|
||||
commands:
|
||||
- "find . -name *.sh -exec shellcheck {} +"
|
||||
when:
|
||||
event:
|
||||
exclude:
|
||||
- tag
|
||||
|
|
Loading…
Reference in a new issue