From 82849ec87fc3bbf2c076234b3bd9caa658dae570 Mon Sep 17 00:00:00 2001 From: Florian Brinker Date: Wed, 23 Oct 2019 22:46:54 +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 9fce634..36417a0 100644 --- a/.drone.yml +++ b/.drone.yml @@ -16,7 +16,7 @@ steps: image: alpine commands: - apk update - - apk add --no-cache wget lua5.1 lua5.1-dev luarocks5.1 + - apk add --no-cache curl lua5.1 lua5.1-dev luarocks5.1 - luarocks-5.1 install --verbose luacheck - luacheck sources