Skip to content

Commit

Permalink
actions: fix Lua syntax check
Browse files Browse the repository at this point in the history
  • Loading branch information
DSpeichert authored Dec 1, 2020
1 parent 3b42c0e commit 43f8210
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/lua-syntax.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@ jobs:
steps:
- uses: actions/checkout@v2

- uses: leafo/gh-actions-lua@v5
- uses: leafo/[email protected]
with:
luaVersion: "5.3.5"

- name: Test Lua syntax
run: find data/ -name '*.lua' -print0 | xargs -0 -n1 luac -p

0 comments on commit 43f8210

Please sign in to comment.