This commit is contained in:
parent
05a5f9d78f
commit
92136613a4
10
.drone.yml
Normal file
10
.drone.yml
Normal file
@ -0,0 +1,10 @@
|
||||
---
|
||||
kind: pipeline
|
||||
type: kubernetes
|
||||
name: default
|
||||
|
||||
steps:
|
||||
- name: lint
|
||||
image: koalaman/shellcheck-alpine:latest
|
||||
commands:
|
||||
- shellcheck script/*
|
Loading…
x
Reference in New Issue
Block a user