From 484e838bfb51bd3da18542d68db08458ea3210ec Mon Sep 17 00:00:00 2001 From: Ben Harris Date: Thu, 25 Feb 2021 18:17:38 -0500 Subject: add shellcheck with drone --- .drone.yml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .drone.yml diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..b1f772a --- /dev/null +++ b/.drone.yml @@ -0,0 +1,8 @@ +--- +kind: pipeline +name: shellcheck +steps: + - name: shellcheck + image: koalaman/shellcheck-alpine:stable + commands: + - shellcheck bollux -- cgit 1.4.1-21-gabe81 From 77ac7014a1f3577c8692347636f0d78ccbee2f81 Mon Sep 17 00:00:00 2001 From: Ben Harris Date: Thu, 25 Feb 2021 18:20:10 -0500 Subject: add drone shellcheck badge --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 1cf1788..a6ec629 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # bollux - a bash Gemini client +[![Shellcheck Status](https://drone.tildegit.org/api/badges/acdw/bollux/status.svg)](https://drone.tildegit.org/acdw/bollux) + inspired by * [birch](https://github.com/dylanaraps/birch) -- cgit 1.4.1-21-gabe81