utility-belt/.drone.yml
Neur0toxine c17206f775
Some checks reported errors
continuous-integration/drone/push Build encountered an error
ci
2023-11-12 00:39:33 +03:00

14 lines
177 B
YAML

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