mirror of
https://github.com/minetest-mods/moreblocks.git
synced 2025-07-12 13:00:24 +02:00
tweak some things
This commit is contained in:
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
@ -14,6 +14,9 @@ jobs:
|
||||
- name: install luacheck via luarocks
|
||||
run: luarocks install --local luacheck
|
||||
|
||||
- name: luacheck invsaw
|
||||
run: $HOME/.luarocks/bin/luacheck --config ./invsaw/.luacheckrc -q ./invsaw
|
||||
|
||||
- name: luacheck moreblocks
|
||||
run: $HOME/.luarocks/bin/luacheck --config ./moreblocks/.luacheckrc -q ./moreblocks
|
||||
|
||||
|
Reference in New Issue
Block a user