From 81c8ec071c885c2a6af9ee8f590ff076617bc2f2 Mon Sep 17 00:00:00 2001 From: Florian Brinker Date: Wed, 23 Oct 2019 22:45:54 +0200 Subject: [PATCH] Add LUA linting --- .drone.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 8b464f1..cbf46d1 100644 --- a/.drone.yml +++ b/.drone.yml @@ -16,8 +16,7 @@ steps: image: alpine commands: - apk update - - apk add --no-cache lua5.1 lua5.1-dev luarocks5.1 - - rm -rf ~/.cache/luarocks + - apk add --no-cache wget lua5.1 lua5.1-dev luarocks5.1 - luarocks-5.1 install luacheck - luacheck sources