Adapted CI to print checked file
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Alexander Schäferdiek 2022-07-10 20:52:48 +02:00
parent 0ee7b03df8
commit 51d5409055

View file

@ -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 {} \;