Merge pull request 'add shellcheck with drone' (#8) from ben/bollux:drone-shellcheck into main

Reviewed-on: #8

Dope, thanks!!

(Still learning ;) )
This commit is contained in:
Case Duckworth 2021-02-25 23:50:10 +00:00
commit 1992bbc9b7
2 changed files with 10 additions and 0 deletions

8
.drone.yml Normal file
View File

@ -0,0 +1,8 @@
---
kind: pipeline
name: shellcheck
steps:
- name: shellcheck
image: koalaman/shellcheck-alpine:stable
commands:
- shellcheck bollux

View File

@ -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)