This commit is contained in:
parent
f5ecd160e8
commit
c17206f775
14
.drone.yml
Normal file
14
.drone.yml
Normal 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
|
Loading…
Reference in New Issue
Block a user