Add WIP Drone config

This commit is contained in:
Luke Murphy
2020-09-08 08:53:03 +02:00
parent 59e54504fe
commit 1682f6a0dd
+11
View File
@@ -0,0 +1,11 @@
---
kind: pipeline
name: linters
steps:
- name: run shellcheck
image: debian:buster
commands:
- shellcheck abra
trigger:
branch:
- master