ci: fix luacheck workflow to use working lua setup
Some checks are pending
Luacheck / luacheck (push) Waiting to run
StyLua / stylua (macos-latest) (push) Waiting to run
StyLua / stylua (ubuntu-latest) (push) Waiting to run

This commit is contained in:
Jeremie Fraeys 2026-02-08 14:55:36 -05:00
parent f04aed8e96
commit 15b5362ed3
No known key found for this signature in database

View file

@ -13,6 +13,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: lunarmodules/luacheck@v1
- uses: leafo/gh-actions-lua@v10
with:
args: .
luaVersion: "5.1"
- uses: leafo/gh-actions-luarocks@v4
- run: luarocks install luacheck
- run: luacheck .