Add LUA linting
Certaines vérifications ont échoué
continuous-integration/drone/push Build is failing
Certaines vérifications ont échoué
continuous-integration/drone/push Build is failing
Cette révision appartient à :
Parent
e6bf1744c0
révision
dd6f07f005
@ -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
|
||||
|
||||
|
Chargement…
Référencer dans un nouveau ticket
Block a user