Compare commits
1 commit
master
...
shellcheck
Author | SHA1 | Date | |
---|---|---|---|
7ee7793c47 |
1 changed files with 7 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue