GitHub Actions: fix

This commit is contained in:
Starbeamrainbowlabs 2021-07-30 18:22:51 +01:00
parent 21043f7c9d
commit baf8a5e02d
Signed by: sbrl
GPG key ID: 1BE5172E637709C2

View file

@ -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