mirror of
https://github.com/sbrl/Minetest-WorldEditAdditions.git
synced 2024-11-25 16:43:05 +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: lua --version
|
||||
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:
|
||||
runs-on: minideb
|
||||
- name: Install Dependencies
|
||||
|
|
Loading…
Reference in a new issue