Use a faster and newer LuaCheck

This commit is contained in:
David Leal 2023-09-12 12:37:47 -06:00
parent e8206c8573
commit f851963a91
No known key found for this signature in database
GPG Key ID: 3C482B03FD220E68

View File

@ -1,11 +1,10 @@
name: luacheck
on: [push, pull_request]
name: build
jobs:
lint:
luacheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: lint
uses: Roang-zero1/factorio-mod-luacheck@master
with:
luacheckrc_url: ""
- name: Checkout
uses: actions/checkout@v4
- name: LuaCheck
uses: lunarmodules/luacheck@master