abra-gandi/.drone.yml

12 lines
184 B
YAML

---
kind: pipeline
name: linters
steps:
- name: run shellcheck
image: koalaman/shellcheck-alpine:v0.7.1
commands:
- shellcheck abra-gandi
trigger:
branch:
- main