Add LUA linting
Certaines vérifications ont échoué
continuous-integration/drone/push Build is failing

Cette révision appartient à :
Florian Brinker 2019-10-23 22:37:52 +02:00
Parent dd6f07f005
révision f6a5df38cf

Voir le fichier

@ -16,7 +16,7 @@ steps:
image: alpine image: alpine
commands: commands:
- apk update - apk update
- RUN apk add --no-cache lua lua-dev luarocks - apk add --no-cache lua lua-dev luarocks
- which luarocks - which luarocks
- luarocks install luacheck - luarocks install luacheck
- luacheck sources - luacheck sources