[CI] Add shellcheck
Some checks reported errors
continuous-integration/drone/push Build encountered an error

This commit is contained in:
kleph 2020-03-03 00:53:07 +01:00
parent ff6c1f586e
commit 7ee7793c47

View file

@ -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