drone config
This commit is contained in:
parent
31424de728
commit
f454c39213
1 changed files with 3 additions and 2 deletions
|
@ -4,5 +4,6 @@ name: default
|
|||
|
||||
steps:
|
||||
- name: lint
|
||||
image: registry.gitlab.com/pipeline-components/luacheck:latest
|
||||
commands: luacheck .
|
||||
image: registry.gitlab.com/pipeline-components/luacheck:latest
|
||||
commands:
|
||||
- luacheck .
|
||||
|
|
Loading…
Reference in a new issue