[CI] Add shellcheck
Some checks reported errors
continuous-integration/drone/push Build encountered an error
Some checks reported errors
continuous-integration/drone/push Build encountered an error
This commit is contained in:
parent
ff6c1f586e
commit
7ee7793c47
1 changed files with 7 additions and 0 deletions
|
@ -23,6 +23,13 @@ steps:
|
|||
commands:
|
||||
- mdl --style all --warnings .
|
||||
|
||||
- name: shellcheck
|
||||
image: koalaman/shellcheck
|
||||
environment:
|
||||
WORKDIR: /drone/src
|
||||
commands:
|
||||
- shellcheck *.sh
|
||||
|
||||
---
|
||||
kind: pipeline
|
||||
name: unit tests
|
||||
|
|
Loading…
Reference in a new issue