From e6bf1744c06643a5582c0ccf6258fdcf7fa97f50 Mon Sep 17 00:00:00 2001 From: Florian Brinker Date: Wed, 23 Oct 2019 22:32:48 +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 0899d8d..f61cb97 100644 --- a/.drone.yml +++ b/.drone.yml @@ -13,9 +13,8 @@ steps: - cd sources && git checkout $DRONE_COMMIT - name: lint - image: alpine + image: martijnrondeel/luarocks commands: - - apk update && apk add --no-cache luarocks - luarocks install luacheck - luacheck sources