This commit is contained in:
parent
e6bf1744c0
commit
dd6f07f005
@ -13,8 +13,11 @@ steps:
|
|||||||
- cd sources && git checkout $DRONE_COMMIT
|
- cd sources && git checkout $DRONE_COMMIT
|
||||||
|
|
||||||
- name: lint
|
- name: lint
|
||||||
image: martijnrondeel/luarocks
|
image: alpine
|
||||||
commands:
|
commands:
|
||||||
|
- apk update
|
||||||
|
- RUN apk add --no-cache lua lua-dev luarocks
|
||||||
|
- which luarocks
|
||||||
- luarocks install luacheck
|
- luarocks install luacheck
|
||||||
- luacheck sources
|
- luacheck sources
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user