Use a faster and newer LuaCheck (#113)
This commit is contained in:
parent
e5996469fb
commit
88a276f4cb
15
.github/workflows/luacheck.yml
vendored
15
.github/workflows/luacheck.yml
vendored
@ -1,17 +1,8 @@
|
||||
name: luacheck
|
||||
|
||||
on: [push, pull_request]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
||||
luacheck:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
- name: apt
|
||||
run: sudo apt-get install -y luarocks
|
||||
- name: luacheck install
|
||||
run: luarocks install --local luacheck
|
||||
- name: luacheck run
|
||||
run: $HOME/.luarocks/bin/luacheck ./
|
||||
- uses: actions/checkout@v4
|
||||
- uses: lunarmodules/luacheck@master
|
||||
|
Loading…
x
Reference in New Issue
Block a user