about summary refs log tree commit diff stats
path: root/.drone.yml
diff options
context:
space:
mode:
authorCase Duckworth2021-02-25 23:50:10 +0000
committerCase Duckworth2021-02-25 23:50:10 +0000
commit1992bbc9b7e205b778c624e0b2c025971b54d0ae (patch)
treeaabdc76bc9eece4dbdbc9d98a75c3b786f335530 /.drone.yml
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 ;) )
Diffstat (limited to '.drone.yml')
-rw-r--r--.drone.yml8
1 files changed, 8 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