Adapted CI to print checked file
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
0ee7b03df8
commit
51d5409055
1 changed files with 1 additions and 1 deletions
|
@ -5,4 +5,4 @@ steps:
|
|||
- name: test
|
||||
image: koalaman/shellcheck-alpine:latest
|
||||
commands:
|
||||
- find usr/local/bin -type f -exec shellcheck {} \;
|
||||
- find usr/local/bin -type f -exec echo Testing {} \; -exec shellcheck {} \;
|
||||
|
|
Loading…
Reference in a new issue