From 842ebf88d5d3a3d0bd09fb536366a0a8ff335b29 Mon Sep 17 00:00:00 2001 From: Florian Brinker Date: Wed, 23 Oct 2019 22:44:38 +0200 Subject: [PATCH] Add LUA linting --- .drone.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index ab0506c..8b464f1 100644 --- a/.drone.yml +++ b/.drone.yml @@ -17,7 +17,8 @@ steps: commands: - apk update - apk add --no-cache lua5.1 lua5.1-dev luarocks5.1 - - sudo luarocks-5.1 install luacheck + - rm -rf ~/.cache/luarocks + - luarocks-5.1 install luacheck - luacheck sources - name: build