mirror of
https://github.com/minetest-mods/moreblocks.git
synced 2024-11-14 06:20:19 +01:00
luacheck...
This commit is contained in:
parent
c63ff90fa3
commit
604e00613d
10
.github/workflows/build.yml
vendored
10
.github/workflows/build.yml
vendored
|
@ -13,11 +13,7 @@ jobs:
|
|||
run: luarocks install --local luacheck
|
||||
|
||||
- name: luacheck moreblocks
|
||||
run: |
|
||||
pre-commit run --all-files
|
||||
$HOME/.luarocks/bin/luacheck -q ./moreblocks
|
||||
run: $HOME/.luarocks/bin/luacheck -q ./moreblocks
|
||||
|
||||
- name: luacheck stairsplus
|
||||
run: |
|
||||
pre-commit run --all-files
|
||||
$HOME/.luarocks/bin/luacheck -q ./stairsplus
|
||||
- name: luacheck stairsplus (expected to fail until more work is done)
|
||||
run: $HOME/.luarocks/bin/luacheck -q ./stairsplus
|
||||
|
|
Loading…
Reference in New Issue
Block a user