mirror of
https://github.com/minetest-mods/moreblocks.git
synced 2025-02-21 20:40:24 +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
|
run: luarocks install --local luacheck
|
||||||
|
|
||||||
- name: luacheck moreblocks
|
- name: luacheck moreblocks
|
||||||
run: |
|
run: $HOME/.luarocks/bin/luacheck -q ./moreblocks
|
||||||
pre-commit run --all-files
|
|
||||||
$HOME/.luarocks/bin/luacheck -q ./moreblocks
|
|
||||||
|
|
||||||
- name: luacheck stairsplus
|
- name: luacheck stairsplus (expected to fail until more work is done)
|
||||||
run: |
|
run: $HOME/.luarocks/bin/luacheck -q ./stairsplus
|
||||||
pre-commit run --all-files
|
|
||||||
$HOME/.luarocks/bin/luacheck -q ./stairsplus
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user