Skip to content

Commit

Permalink
Fix attempt for action failure
Browse files Browse the repository at this point in the history
  • Loading branch information
svermeulen committed Aug 27, 2024
1 parent 35cc30a commit 7417e3a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ jobs:
uses: leafo/[email protected]

- 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: |
Expand Down

0 comments on commit 7417e3a

Please sign in to comment.