Use a faster and newer LuaCheck (#113)

This commit is contained in:
David Leal 2023-09-27 13:02:49 -06:00 committed by GitHub
parent e5996469fb
commit 88a276f4cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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