forked from mtcontrib/awards
9 lines
147 B
YAML
9 lines
147 B
YAML
image: abaez/luarocks
|
|
|
|
test:
|
|
stage: test
|
|
before_script:
|
|
- luarocks install --local luacheck
|
|
script:
|
|
- $HOME/.luarocks/bin/luacheck .
|