aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/luacheck.yml14
1 files changed, 4 insertions, 10 deletions
diff --git a/.github/workflows/luacheck.yml b/.github/workflows/luacheck.yml
index 597cd64..2f20456 100644
--- a/.github/workflows/luacheck.yml
+++ b/.github/workflows/luacheck.yml
@@ -7,13 +7,7 @@ jobs:
7 luacheck: 7 luacheck:
8 runs-on: ubuntu-20.04 8 runs-on: ubuntu-20.04
9 steps: 9 steps:
10 - name: Checkout 10 - name: Checkout
11 uses: actions/checkout@v3 11 uses: actions/checkout@v3
12 - name: Setup ‘lua’ 12 - name: Luacheck
13 uses: leafo/gh-actions-lua@v9 13 uses: lunarmodules/luacheck@v0
14 - name: Setup ‘luarocks’
15 uses: leafo/gh-actions-luarocks@v4
16 - name: Setup ‘luacheck’
17 run: luarocks install luacheck
18 - name: Run ‘luacheck’ linter
19 run: luacheck .