utility-belt/.drone.yml
Neur0toxine 99593b6c80
Some checks failed
continuous-integration/drone/push Build is failing
ignore SC2181
2023-11-12 00:42:49 +03:00

14 lines
194 B
YAML

kind: pipeline
type: docker
name: default
steps:
- name: shellcheck
image: koalaman/shellcheck-alpine:latest
commands:
- shellcheck -e SC2181 menu.+.sh
trigger:
event:
- push
- tag