This commit is contained in:
parent
f5ecd160e8
commit
c17206f775
1 changed files with 14 additions and 0 deletions
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…
Add table
Reference in a new issue