From dd6f07f005dcc4c27a24aea35d55c0d9f873e59a Mon Sep 17 00:00:00 2001 From: Florian Brinker Date: Wed, 23 Oct 2019 22:37:23 +0200 Subject: [PATCH] Add LUA linting --- .drone.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index f61cb97..7391d9c 100644 --- a/.drone.yml +++ b/.drone.yml @@ -13,8 +13,11 @@ steps: - cd sources && git checkout $DRONE_COMMIT - name: lint - image: martijnrondeel/luarocks + image: alpine commands: + - apk update + - RUN apk add --no-cache lua lua-dev luarocks + - which luarocks - luarocks install luacheck - luacheck sources