Add Factorio Luacheck

See https://github.com/marketplace/actions/factorio-mod-luacheck for more information.
master
Panquesito7 2020-01-16 22:42:39 -06:00
parent bf45ad7e15
commit 44fb87a68e
No known key found for this signature in database
GPG Key ID: 3C482B03FD220E68
1 changed files with 11 additions and 0 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/Panquesito7/lavastuff/master/.luacheckrc # Will be changed soon to "minetest-mods"