mirror of
https://github.com/minetest-mods/moreblocks.git
synced 2025-01-14 20:00:18 +01:00
tweak github luacheck, which will still fail
This commit is contained in:
parent
c5ddb5f2d4
commit
b2936054eb
9
.github/workflows/build.yml
vendored
9
.github/workflows/build.yml
vendored
@ -18,7 +18,12 @@ jobs:
|
|||||||
- name: Install LuaCheck
|
- name: Install LuaCheck
|
||||||
run: luarocks install --local luacheck
|
run: luarocks install --local luacheck
|
||||||
|
|
||||||
- name: Run LuaCheck using pre-commit
|
- name: Run LuaCheck using pre-commit on moreblocks
|
||||||
run: |
|
run: |
|
||||||
pre-commit run --all-files
|
pre-commit run --all-files
|
||||||
$HOME/.luarocks/bin/luacheck .
|
$HOME/.luarocks/bin/luacheck ./moreblocks
|
||||||
|
|
||||||
|
- name: Run LuaCheck using pre-commit on stairsplus
|
||||||
|
run: |
|
||||||
|
pre-commit run --all-files
|
||||||
|
$HOME/.luarocks/bin/luacheck ./stairsplus
|
||||||
|
Loading…
Reference in New Issue
Block a user