From 690c00fe5220acd69b7b03b9f31e672aac1bff8b Mon Sep 17 00:00:00 2001 From: Florian Brinker Date: Wed, 23 Oct 2019 22:46:18 +0200 Subject: [PATCH] Add LUA linting --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index cbf46d1..9fce634 100644 --- a/.drone.yml +++ b/.drone.yml @@ -17,7 +17,7 @@ steps: commands: - apk update - apk add --no-cache wget lua5.1 lua5.1-dev luarocks5.1 - - luarocks-5.1 install luacheck + - luarocks-5.1 install --verbose luacheck - luacheck sources - name: build