8 lines
146 B
YAML
8 lines
146 B
YAML
image: abaez/luarocks
|
|
|
|
test:
|
|
stage: test
|
|
before_script:
|
|
- luarocks install --local luacheck
|
|
script:
|
|
- $HOME/.luarocks/bin/luacheck . |