about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--.drone.yml8
-rw-r--r--README.md2
2 files changed, 10 insertions, 0 deletions
diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..b1f772a --- /dev/null +++ b/.drone.yml
@@ -0,0 +1,8 @@
1---
2kind: pipeline
3name: shellcheck
4steps:
5 - name: shellcheck
6 image: koalaman/shellcheck-alpine:stable
7 commands:
8 - shellcheck bollux
diff --git a/README.md b/README.md index 1cf1788..a6ec629 100644 --- a/README.md +++ b/README.md
@@ -1,5 +1,7 @@
1# bollux - a bash Gemini client 1# bollux - a bash Gemini client
2 2
3[![Shellcheck Status](https://drone.tildegit.org/api/badges/acdw/bollux/status.svg)](https://drone.tildegit.org/acdw/bollux)
4
3inspired by 5inspired by
4 6
5* [birch](https://github.com/dylanaraps/birch) 7* [birch](https://github.com/dylanaraps/birch)