Add GitHub workflow (#149)

This commit is contained in:
David Leal
2020-03-25 11:46:35 -06:00
committed by GitHub
parent c0bd9977be
commit 606ba6a1a3
8 changed files with 37 additions and 11 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/unified_inventory/master/.luacheckrc