trying a different drone configuration
continuous-integration/drone/push Build is passing Details

This commit is contained in:
James Tomasino 2021-04-07 19:00:36 +00:00
parent 6a5bc73e67
commit 96d49d346b
1 changed files with 4 additions and 1 deletions

View File

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