Commit 541eb09b authored by Ivaria's avatar Ivaria
Browse files

Update .gitlab-ci.yml

parent b2f2c3b5
...@@ -7,13 +7,12 @@ stages: ...@@ -7,13 +7,12 @@ stages:
- /^\d[\d\.]*(-(alpha|beta)\d+)?$/ - /^\d[\d\.]*(-(alpha|beta)\d+)?$/
before_script: before_script:
- apk add --no-cache bash curl git subversion zip luarocks - apk add --no-cache bash curl git subversion zip luacheck
- luarocks install --local luacheck
luacheck: luacheck:
stage: build stage: build
script: script:
- .luarocks/bin/luacheck . --no-color -q - luacheck . --no-color -q
package: package:
stage: build stage: build
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment