mirror of
https://github.com/sbrl/Minetest-WorldEditAdditions
synced 2025-07-04 22:28:01 +02:00
GitHub Actions: define steps
This commit is contained in:
parent
7a77fffbca
commit
ce923353f2
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@ -3,6 +3,7 @@ on: [push]
|
|||||||
jobs:
|
jobs:
|
||||||
Syntax-Check:
|
Syntax-Check:
|
||||||
runs-on: minideb
|
runs-on: minideb
|
||||||
|
steps:
|
||||||
name: Install Dependencies
|
name: Install Dependencies
|
||||||
run: install_packages lua5.1
|
run: install_packages lua5.1
|
||||||
run: uname -a
|
run: uname -a
|
||||||
@ -11,6 +12,7 @@ jobs:
|
|||||||
run: find . -type f -name '*.lua' -not -path '*luarocks*' -not -path '*.git/*' -print0 | xargs -0 -n1 -P "$(nproc)" luac -p;
|
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
|
||||||
|
steps:
|
||||||
name: Install Dependencies
|
name: Install Dependencies
|
||||||
run: install_packages lua5.1 luarocks lua-check
|
run: install_packages lua5.1 luarocks lua-check
|
||||||
run: uname -a
|
run: uname -a
|
||||||
|
Loading…
Reference in New Issue
Block a user