Use a faster and newer LuaCheck

This commit is contained in:
David Leal 2023-09-27 18:26:29 +00:00
parent e5996469fb
commit a0d2bf7e09

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