This repository has been archived on 2024-10-23. You can view files and clone it, but cannot push or open issues or pull requests.
Files
abra-bash/.drone.yml
Luke Murphy 60f2892acd
All checks were successful
continuous-integration/drone/push Build is passing
Fix CI
2020-09-24 09:18:31 +02:00

14 lines
222 B
YAML

---
kind: pipeline
name: linters
steps:
- name: run shellcheck
image: debian:buster
commands:
- apt update
- apt install -y shellcheck
- shellcheck abra script.d/*
trigger:
branch:
- main