utility-belt/.drone.yml

14 lines
177 B
YAML
Raw Normal View History

2023-11-12 00:39:33 +03:00
kind: pipeline
type: docker
name: default
steps:
- name: shellcheck
image: koalaman/shellcheck:latest
commands:
- shellcheck menu.+.sh
trigger:
event:
- push
- tag