abra-gandi/.drone.yml

12 lines
186 B
YAML
Raw Permalink Normal View History

2021-04-07 18:44:11 +00:00
---
kind: pipeline
name: linters
steps:
- name: run shellcheck
image: koalaman/shellcheck-alpine:v0.9.0
2021-04-07 18:44:11 +00:00
commands:
- shellcheck abra-gandi
trigger:
branch:
2021-04-07 18:45:36 +00:00
- master