Add WIP Drone config

This commit is contained in:
Luke Murphy 2020-09-08 08:53:03 +02:00
parent 59e54504fe
commit 1682f6a0dd
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 11 additions and 0 deletions

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