diff options
author | Ben Harris | 2021-02-25 18:17:38 -0500 |
---|---|---|
committer | Ben Harris | 2021-02-25 18:17:38 -0500 |
commit | 484e838bfb51bd3da18542d68db08458ea3210ec (patch) | |
tree | 31217b8ac2678cb600c14feaf98ad80cb0252900 /.drone.yml | |
parent | Trap SIGINT: fixes #3 (diff) | |
download | bollux-484e838bfb51bd3da18542d68db08458ea3210ec.tar.gz bollux-484e838bfb51bd3da18542d68db08458ea3210ec.zip |
add shellcheck with drone
Diffstat (limited to '.drone.yml')
-rw-r--r-- | .drone.yml | 8 |
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 | --- | ||
2 | kind: pipeline | ||
3 | name: shellcheck | ||
4 | steps: | ||
5 | - name: shellcheck | ||
6 | image: koalaman/shellcheck-alpine:stable | ||
7 | commands: | ||
8 | - shellcheck bollux | ||