mirror of
https://github.com/lunarmodules/luasocket.git
synced 2024-12-26 12:28:21 +01:00
ci: Utilize new upstream Luacheck Action (#367)
This commit is contained in:
parent
78d2cbfdee
commit
5ed8b66e6d
10
.github/workflows/luacheck.yml
vendored
10
.github/workflows/luacheck.yml
vendored
@ -9,11 +9,5 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
- name: Setup ‘lua’
|
- name: Luacheck
|
||||||
uses: leafo/gh-actions-lua@v9
|
uses: lunarmodules/luacheck@v0
|
||||||
- name: Setup ‘luarocks’
|
|
||||||
uses: leafo/gh-actions-luarocks@v4
|
|
||||||
- name: Setup ‘luacheck’
|
|
||||||
run: luarocks install luacheck
|
|
||||||
- name: Run ‘luacheck’ linter
|
|
||||||
run: luacheck .
|
|
||||||
|
Loading…
Reference in New Issue
Block a user