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:
|
steps:
|
||||||
- name: lint
|
- name: lint
|
||||||
image: registry.gitlab.com/pipeline-components/luacheck:latest
|
image: registry.gitlab.com/pipeline-components/luacheck:latest
|
||||||
commands: luacheck .
|
commands:
|
||||||
|
- luacheck .
|
||||||
|
|
Loading…
Reference in a new issue