Add WIP Drone config
This commit is contained in:
parent
59e54504fe
commit
1682f6a0dd
11
.drone.yml
Normal file
11
.drone.yml
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
---
|
||||||
|
kind: pipeline
|
||||||
|
name: linters
|
||||||
|
steps:
|
||||||
|
- name: run shellcheck
|
||||||
|
image: debian:buster
|
||||||
|
commands:
|
||||||
|
- shellcheck abra
|
||||||
|
trigger:
|
||||||
|
branch:
|
||||||
|
- master
|
Loading…
Reference in New Issue
Block a user