This repository has been archived on 2025-11-23. You can view files and clone it, but cannot push or open issues or pull requests.
Files
abra-gandi/.drone.yml

12 lines
186 B
YAML

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