From 83c376abba3623129d5071b2510e5e039a731b85 Mon Sep 17 00:00:00 2001 From: Florian Brinker Date: Wed, 23 Oct 2019 22:39:36 +0200 Subject: [PATCH] Add LUA linting --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 45e612e..eebb5c1 100644 --- a/.drone.yml +++ b/.drone.yml @@ -16,8 +16,8 @@ steps: image: alpine commands: - apk update - - apk add --no-cache lua lua-dev luarocks - - luarocks install luacheck + - apk add --no-cache luarocks5.1 + - luarocks-5.1 install luacheck - luacheck sources - name: build