ci: fix luacheck workflow to use working lua setup
This commit is contained in:
parent
f04aed8e96
commit
15b5362ed3
1 changed files with 5 additions and 2 deletions
7
.github/workflows/luacheck.yaml
vendored
7
.github/workflows/luacheck.yaml
vendored
|
|
@ -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 .
|
||||
|
|
|
|||
Loading…
Reference in a new issue