diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 194dd03..a69b21f 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -2,15 +2,15 @@ name: "WorldEditAdditions Continuous Integration" on: [push] jobs: Syntax-Check: - runs-on: minideb - name: Install Dependencies - run: install_packages lua5.1 - run: uname -a - run: lua --version - name: Perform Check - run: find . -type f -name '*.lua' -not -path '*luarocks*' -not -path '*.git/*' -print0 | xargs -0 -n1 -P "$(nproc)" luac -p; + - runs-on: minideb + - name: Install Dependencies + run: install_packages lua5.1 + run: uname -a + run: lua --version + - name: Perform Check + run: find . -type f -name '*.lua' -not -path '*luarocks*' -not -path '*.git/*' -print0 | xargs -0 -n1 -P "$(nproc)" luac -p; Busted: - runs-on: minideb + - runs-on: minideb - name: Install Dependencies run: install_packages lua5.1 luarocks lua-check run: uname -a