mirror of
https://github.com/minetest-mods/moreblocks.git
synced 2025-07-03 16:40:42 +02:00
compatability and legacy mostly done. schema recipes are all messed up for some reason.
This commit is contained in:
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
@ -17,5 +17,8 @@ jobs:
|
||||
- name: luacheck moreblocks
|
||||
run: $HOME/.luarocks/bin/luacheck --config ./moreblocks/.luacheckrc -q ./moreblocks
|
||||
|
||||
- name: luacheck stairsplus (expected to fail until more work is done)
|
||||
- name: luacheck stairsplus
|
||||
run: $HOME/.luarocks/bin/luacheck --config ./stairsplus/.luacheckrc -q ./stairsplus
|
||||
|
||||
- name: luacheck stairsplus_legacy
|
||||
run: $HOME/.luarocks/bin/luacheck --config ./stairsplus/.luacheckrc -q ./stairsplus_legacy
|
||||
|
Reference in New Issue
Block a user