adding drone tests

This commit is contained in:
James Tomasino 2020-10-23 18:37:49 +00:00
parent 5d8569c6e8
commit 760c7a1d5f
1 changed files with 9 additions and 0 deletions

9
.drone.yml Normal file
View File

@ -0,0 +1,9 @@
---
kind: pipeline
name: shellcheck
steps:
- name: shellcheck
image: koalaman/shellcheck-alpine:stable
commands:
- bash -c 'shopt -s globstar; shellcheck {bin,efingerd,completion,update-motd}/*'