Add luacheck GitHub integration (#62)

This commit is contained in:
David Leal
2020-02-19 11:46:29 -06:00
committed by GitHub
parent 5e3659761b
commit ceb40e2bb3
3 changed files with 13 additions and 1 deletions

11
.github/workflows/check-release.yml vendored Normal file
View File

@ -0,0 +1,11 @@
on: [push, pull_request]
name: Check & Release
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: lint
uses: Roang-zero1/factorio-mod-luacheck@master
with:
luacheckrc_url: https://raw.githubusercontent.com/minetest-mods/irc/master/.luacheckrc