mirror of
https://github.com/sbrl/Minetest-WorldEditAdditions.git
synced 2024-11-26 09:03:01 +00:00
GitHub Actions: fix
This commit is contained in:
parent
21043f7c9d
commit
baf8a5e02d
1 changed files with 16 additions and 16 deletions
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
@ -8,7 +8,7 @@ jobs:
|
||||||
run: uname -a
|
run: uname -a
|
||||||
run: lua --version
|
run: lua --version
|
||||||
name: Perform Check
|
name: Perform Check
|
||||||
run:
|
run: find . -type f -name '*.lua' -not -path '*luarocks*' -not -path '*.git/*' -print0 | xargs -0 -n1 -P "$(nproc)" luac -p;
|
||||||
Busted:
|
Busted:
|
||||||
runs-on: minideb
|
runs-on: minideb
|
||||||
- name: Install Dependencies
|
- name: Install Dependencies
|
||||||
|
|
Loading…
Reference in a new issue