utility-belt/.drone.yml

14 lines
194 B
YAML
Raw Permalink Normal View History

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