Add LuaCheck and GitHub workflow (#32)

This commit is contained in:
David Leal
2023-01-15 07:17:54 -06:00
committed by GitHub
parent f566d0ff26
commit 92a1e0cddb
2 changed files with 30 additions and 0 deletions

11
.github/workflows/build.yml vendored Normal file
View File

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