We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa34b00 commit 03ae107Copy full SHA for 03ae107
.github/workflows/luacheck.yml
@@ -9,11 +9,13 @@ jobs:
9
steps:
10
- name: Checkout
11
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
+ - name: Setup ‘lua’
+ uses: leafo/gh-actions-lua@v8
+ with:
+ luaVersion: 5.3
+ - name: Setup ‘luarocks’
17
+ uses: leafo/gh-actions-luarocks@v4
18
+ - name: Setup ‘luacheck’
19
run: luarocks install luacheck
- - name: Lint all the Lua code
20
+ - name: Run ‘luacheck’ linter
21
run: luacheck .
0 commit comments