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

このコミットが含まれているのは:
Florian Brinker 2019-10-23 23:11:14 +02:00
コミット 85abad89b5

ファイルの表示

@ -19,7 +19,7 @@ steps:
- apk add --no-cache build-base curl unzip
- apk add --no-cache lua5.1 lua5.1-dev luarocks5.1
- luarocks-5.1 install luacheck
- luacheck sources --allow-defined
- luacheck sources/*.lua --compat --allow-defined --no-unused-args
- name: build
image: alpine