Add LUA linting
Algumas verificações falharam
continuous-integration/drone/push Build is failing

Esse commit está contido em:
Florian Brinker 2019-10-23 22:24:30 +02:00
commit 7c026c5167

Ver arquivo

@ -11,9 +11,13 @@ steps:
commands:
- git clone https://git.f-brinker.de/fbrinker/elderscrolls-addon-achievementInfo.git sources
- cd sources && git checkout $DRONE_COMMIT
when:
event:
- tag
- name: lint
image: alpine
commands:
- apk update && apk add --no-cache luarocks
- luarocks install luacheck
- luacheck sources
- name: build
image: alpine