Add LUA linting
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Florian Brinker 2019-10-23 22:24:30 +02:00
parent f1c152b2ff
commit 7c026c5167

View File

@ -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