From 566a7aa77d791f6ab95b1eee8f39c83b0bee0fca Mon Sep 17 00:00:00 2001 From: Florian Brinker Date: Wed, 23 Oct 2019 22:42:13 +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 eebb5c1..9cf389c 100644 --- a/.drone.yml +++ b/.drone.yml @@ -16,7 +16,7 @@ steps: image: alpine commands: - apk update - - apk add --no-cache luarocks5.1 + - apk add --no-cache lua5.1 lua5.1-dev luarocks5.1 - luarocks-5.1 install luacheck - luacheck sources