about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorBen Harris2021-02-25 18:17:38 -0500
committerBen Harris2021-02-25 18:17:38 -0500
commit484e838bfb51bd3da18542d68db08458ea3210ec (patch)
tree31217b8ac2678cb600c14feaf98ad80cb0252900
parentTrap SIGINT: fixes #3 (diff)
downloadbollux-484e838bfb51bd3da18542d68db08458ea3210ec.tar.gz
bollux-484e838bfb51bd3da18542d68db08458ea3210ec.zip
add shellcheck with drone
-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