Add LUA linting
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Florian Brinker 2019-10-23 22:42:13 +02:00
parent 83c376abba
commit 566a7aa77d

View File

@ -16,7 +16,7 @@ steps:
image: alpine image: alpine
commands: commands:
- apk update - apk update
- apk add --no-cache luarocks5.1 - apk add --no-cache lua5.1 lua5.1-dev luarocks5.1
- luarocks-5.1 install luacheck - luarocks-5.1 install luacheck
- luacheck sources - luacheck sources