mirror of
https://git.minetest.land/MineClone2/MineClone2.git
synced 2025-03-13 17:42:29 +01:00
Reduce verbosity of luacheck section
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
on: [push]
|
||||
jobs:
|
||||
test:
|
||||
runs-on: docker
|
||||
runs-on: voxelibre-ci
|
||||
container:
|
||||
image: 127.0.0.1:5000/voxelibre-test:latest
|
||||
steps:
|
||||
|
@ -112,11 +112,12 @@ for i = 1,#mod_names do
|
||||
cmd_options = cmd_options .. " --globals "..deps[j]
|
||||
end
|
||||
|
||||
print("echo ------------------------------")
|
||||
print("echo Checking "..config.name.." located at "..config.dir)
|
||||
print("\t\techo Using "..luacheck.." <file>"..cmd_options)
|
||||
print("(")
|
||||
print("\tcd "..config.dir)
|
||||
print("\tfor FILE in *.lua; do")
|
||||
print("\t\techo "..luacheck.." $FILE"..cmd_options)
|
||||
print("\t\t"..luacheck.." $FILE"..cmd_options)
|
||||
print("\tdone")
|
||||
print(")")
|
||||
|
Reference in New Issue
Block a user