mirror of
https://gitlab.com/rubenwardy/awards.git
synced 2024-11-14 14:40:30 +01:00
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 .
|