drone config
This commit is contained in:
parent
33cb763493
commit
31424de728
1 changed files with 8 additions and 0 deletions
8
.drone.yml
Normal file
8
.drone.yml
Normal file
|
@ -0,0 +1,8 @@
|
|||
kind: pipeline
|
||||
type: docker
|
||||
name: default
|
||||
|
||||
steps:
|
||||
- name: lint
|
||||
image: registry.gitlab.com/pipeline-components/luacheck:latest
|
||||
commands: luacheck .
|
Loading…
Reference in a new issue