about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorCase Duckworth2021-02-25 23:50:10 +0000
committerCase Duckworth2021-02-25 23:50:10 +0000
commit1992bbc9b7e205b778c624e0b2c025971b54d0ae (patch)
treeaabdc76bc9eece4dbdbc9d98a75c3b786f335530
parentTrap SIGINT: fixes #3 (diff)
parentadd drone shellcheck badge (diff)
downloadbollux-1992bbc9b7e205b778c624e0b2c025971b54d0ae.tar.gz
bollux-1992bbc9b7e205b778c624e0b2c025971b54d0ae.zip
Merge pull request 'add shellcheck with drone' (#8) from ben/bollux:drone-shellcheck into main
Reviewed-on: https://tildegit.org/acdw/bollux/pulls/8

Dope, thanks!!

(Still learning ;) )
-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)