Add WIP Drone config

This commit is contained in:
2020-09-08 08:53:03 +02:00
parent 59e54504fe
commit 1682f6a0dd

11
.drone.yml Normal file
View File

@ -0,0 +1,11 @@
---
kind: pipeline
name: linters
steps:
- name: run shellcheck
image: debian:buster
commands:
- shellcheck abra
trigger:
branch:
- master