From 7417e3a6208c84843b80255c196b1d41e3739854 Mon Sep 17 00:00:00 2001 From: Steve Vermeulen Date: Tue, 27 Aug 2024 19:26:25 +0800 Subject: [PATCH] Fix attempt for action failure --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 16cac9a..d108b82 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -24,10 +24,10 @@ jobs: uses: leafo/gh-actions-luarocks@v4.0.0 - name: Build - run: scripts/setup_local_luarocks.sh + run: bash scripts/setup_local_luarocks.sh - name: Lint - run: scripts/lint_teal.sh + run: bash scripts/lint_teal.sh - name: Check for untracked or modified files run: |