From 1a254ecb8710ceb098bb3895b36e888e86194138 Mon Sep 17 00:00:00 2001 From: Florian Brinker Date: Wed, 23 Oct 2019 22:49:05 +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 97700fc..1078230 100644 --- a/.drone.yml +++ b/.drone.yml @@ -18,7 +18,7 @@ steps: - apk update - apk add --no-cache build-base curl unzip - apk add --no-cache lua5.1 lua5.1-dev luarocks5.1 - - luarocks-5.1 install --verbose luacheck + - luarocks-5.1 install luacheck - luacheck sources - name: build