Add LUA linting
Некоторые проверки не удались
continuous-integration/drone/push Build is failing

Этот коммит содержится в:
Florian Brinker 2019-10-23 22:57:33 +02:00
родитель 1b7093dca8
Коммит 3154b1acbc

Просмотреть файл

@ -19,7 +19,7 @@ steps:
- apk add --no-cache build-base curl unzip
- apk add --no-cache lua5.1 lua5.1-dev luarocks5.1
- luarocks-5.1 install luacheck
- luacheck sources -qq
- luacheck sources -q
- name: build
image: alpine