Merge branch 'master' of ttm.sh:cosmic/cosmic
continuous-integration/drone/push Build is failing Details

* 'master' of ttm.sh:cosmic/cosmic:
  adding drone tests
This commit is contained in:
James Tomasino 2020-10-25 14:25:25 +00:00
commit 919d9d3469
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}/*'