ci
Some checks reported errors
continuous-integration/drone/push Build encountered an error

This commit is contained in:
Pavel 2023-11-12 00:39:33 +03:00
parent f5ecd160e8
commit c17206f775

14
.drone.yml Normal file
View File

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