abra-capsul/.drone.yml

12 lines
186 B
YAML
Raw Permalink Normal View History

2021-03-10 22:25:27 +00:00
---
kind: pipeline
name: linters
steps:
- name: run shellcheck
image: koalaman/shellcheck-alpine:v0.7.1
commands:
- shellcheck abra-hetzner
trigger:
branch:
- main