We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 641d4fe commit 19e7d5dCopy full SHA for 19e7d5d
1 file changed
.github/workflows/luacheck.yml
@@ -1,18 +1,10 @@
1
name: luacheck
2
-
3
on: [push, pull_request]
4
5
jobs:
6
- build:
7
8
- runs-on: ubuntu-20.04
9
- timeout-minutes: 10
10
+ luacheck:
+ runs-on: ubuntu-latest
11
steps:
12
- - uses: actions/checkout@v3
13
- - name: apt
14
- run: sudo apt-get install -y luarocks
15
- - name: luacheck install
16
- run: luarocks install --local luacheck
17
- - name: luacheck run
18
- run: $HOME/.luarocks/bin/luacheck ./
+ - name: Checkout
+ uses: actions/checkout@master
+ - name: Luacheck
+ uses: lunarmodules/luacheck@master
0 commit comments