diff options
author | Case Duckworth | 2021-02-25 23:50:10 +0000 |
---|---|---|
committer | Case Duckworth | 2021-02-25 23:50:10 +0000 |
commit | 1992bbc9b7e205b778c624e0b2c025971b54d0ae (patch) | |
tree | aabdc76bc9eece4dbdbc9d98a75c3b786f335530 | |
parent | Trap SIGINT: fixes #3 (diff) | |
parent | add drone shellcheck badge (diff) | |
download | bollux-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.yml | 8 | ||||
-rw-r--r-- | README.md | 2 |
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 | --- | ||
2 | kind: pipeline | ||
3 | name: shellcheck | ||
4 | steps: | ||
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 | |||
3 | inspired by | 5 | inspired by |
4 | 6 | ||
5 | * [birch](https://github.com/dylanaraps/birch) | 7 | * [birch](https://github.com/dylanaraps/birch) |