diff --git a/.drone.yml b/.drone.yml index 3ee8711..0899d8d 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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