Skip to content

Commit 03ae107

Browse files
committed
Update CI workflow for luacheck
1 parent fa34b00 commit 03ae107

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

.github/workflows/luacheck.yml

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,13 @@ jobs:
99
steps:
1010
- name: Checkout
1111
uses: actions/checkout@v2
12-
- name: Setup Lua
13-
uses: leafo/gh-actions-lua@v7
14-
- name: Setup Luarocks
15-
uses: leafo/gh-actions-luarocks@v3
16-
- name: Install luacheck
12+
- name: Setup ‘lua’
13+
uses: leafo/gh-actions-lua@v8
14+
with:
15+
luaVersion: 5.3
16+
- name: Setup ‘luarocks’
17+
uses: leafo/gh-actions-luarocks@v4
18+
- name: Setup ‘luacheck’
1719
run: luarocks install luacheck
18-
- name: Lint all the Lua code
20+
- name: Run ‘luacheck’ linter
1921
run: luacheck .

0 commit comments

Comments
 (0)