From 849902f7293e90ce56b6b6d9d62157194e36e615 Mon Sep 17 00:00:00 2001
From: James Tomasino <james@tomasino.org>
Date: Fri, 23 Oct 2020 18:31:15 +0000
Subject: [PATCH] adds drone tests for shellcheck

---
 .drone.yml | 9 +++++++++
 1 file changed, 9 insertions(+)
 create mode 100644 .drone.yml

diff --git a/.drone.yml b/.drone.yml
new file mode 100644
index 0000000..6f1df35
--- /dev/null
+++ b/.drone.yml
@@ -0,0 +1,9 @@
+---
+kind: pipeline
+name: shellcheck
+
+steps:
+    - name: shellcheck
+      image: koalaman/shellcheck-alpine:stable
+      commands:
+          - shellcheck pb