Add LUA linting
一些检查失败了
continuous-integration/drone/push Build is failing

这个提交包含在:
Florian Brinker 2019-10-23 22:42:52 +02:00
父节点 566a7aa77d
当前提交 d1950c6602

查看文件

@ -17,7 +17,7 @@ steps:
commands: commands:
- apk update - apk update
- apk add --no-cache lua5.1 lua5.1-dev luarocks5.1 - apk add --no-cache lua5.1 lua5.1-dev luarocks5.1
- luarocks-5.1 install luacheck - sudo luarocks-5.1 install luacheck
- luacheck sources - luacheck sources
- name: build - name: build