mirror of
https://github.com/minetest-mods/moreblocks.git
synced 2024-11-14 06:20:19 +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
|
||||
run: luarocks install --local luacheck
|
||||
|
||||
- name: Run LuaCheck using pre-commit
|
||||
- name: Run LuaCheck using pre-commit on moreblocks
|
||||
run: |
|
||||
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