mirror of
https://github.com/luanti-org/minetest_game.git
synced 2025-03-15 20:31:23 +00:00
15 lines
215 B
YAML
15 lines
215 B
YAML
|
language: generic
|
||
|
|
||
|
branches:
|
||
|
only:
|
||
|
- master
|
||
|
|
||
|
sudo: required
|
||
|
|
||
|
before_install:
|
||
|
- sudo apt-get update
|
||
|
- sudo apt-get install -y luarocks
|
||
|
- sudo luarocks install luacheck
|
||
|
|
||
|
script: luacheck --no-color ./mods
|