Add GitHub workflow

This commit is contained in:
David Leal 2020-11-25 22:41:18 -06:00
parent 021c521c65
commit edf1f15c31
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/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@master
- name: lint
uses: Roang-zero1/factorio-mod-luacheck@master
with:
luacheckrc_url: ""