Compare commits

...

1 commit

Author SHA1 Message Date
7ee7793c47 [CI] Add shellcheck
Some checks reported errors
continuous-integration/drone/push Build encountered an error
2020-03-03 00:53:07 +01:00

View file

@ -23,6 +23,13 @@ steps:
commands: commands:
- mdl --style all --warnings . - mdl --style all --warnings .
- name: shellcheck
image: koalaman/shellcheck
environment:
WORKDIR: /drone/src
commands:
- shellcheck *.sh
--- ---
kind: pipeline kind: pipeline
name: unit tests name: unit tests