Neur0toxine
c17206f775
Some checks reported errors
continuous-integration/drone/push Build encountered an error
14 lines
177 B
YAML
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 |