add shellcheck with drone

This commit is contained in:
Ben Harris 2021-02-25 18:17:38 -05:00
parent 3b5b177922
commit 484e838bfb
1 changed files with 8 additions and 0 deletions

8
.drone.yml Normal file
View File

@ -0,0 +1,8 @@
---
kind: pipeline
name: shellcheck
steps:
- name: shellcheck
image: koalaman/shellcheck-alpine:stable
commands:
- shellcheck bollux