Add LUA linting
失敗したステータスチェックがあります
continuous-integration/drone/push Build is failing

このコミットが含まれているのは:
Florian Brinker 2019-10-23 22:39:36 +02:00
コミット 83c376abba

ファイルの表示

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