mirror of
https://github.com/sbrl/Minetest-WorldEditAdditions.git
synced 2025-01-11 23:17:29 +01:00
GitHub Actions: sanity check
This commit is contained in:
parent
624b9539a7
commit
04b5723db2
8
.github/workflows/test.yml
vendored
8
.github/workflows/test.yml
vendored
@ -14,7 +14,9 @@ jobs:
|
|||||||
run: lua -v
|
run: lua -v
|
||||||
|
|
||||||
- name: Perform Check
|
- name: Perform Check
|
||||||
run: find . -type f -name '*.lua' -not -path '*luarocks*' -not -path '*.git/*' -print0 | xargs -0 -n1 -P "$(nproc)" luac -p;
|
run: |
|
||||||
|
ls -la
|
||||||
|
find . -type f -name '*.lua' -not -path '*luarocks*' -not -path '*.git/*' -print0 | xargs -0 -n1 -P "$(nproc)" luac -p;
|
||||||
Busted:
|
Busted:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
@ -28,4 +30,6 @@ jobs:
|
|||||||
run: lua -v
|
run: lua -v
|
||||||
|
|
||||||
- name: Run Tests
|
- name: Run Tests
|
||||||
run: ./tests.sh
|
run: |
|
||||||
|
ls -la
|
||||||
|
./tests.sh
|
||||||
|
Loading…
Reference in New Issue
Block a user