Add GitHub workflow and LuaCheck

This commit is contained in:
Panquesito7
2020-04-26 20:34:51 -05:00
parent f3828c1943
commit 1d0e134c40
2 changed files with 64 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/minetest-mods/technic/master/.luacheckrc