trying a different drone configuration
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
James Tomasino 2021-04-07 19:00:36 +00:00
parent 6a5bc73e67
commit 96d49d346b

View File

@ -6,4 +6,7 @@ steps:
- name: shellcheck - name: shellcheck
image: koalaman/shellcheck-alpine:stable image: koalaman/shellcheck-alpine:stable
commands: commands:
- bash -c 'shopt -s globstar; shellcheck {bin,efingerd,completion,update-motd}/*' - shellcheck bin/*
- shellcheck efingerd/*
- shellcheck completion/*
- shellcheck update-motd/*