Switch from Travis CI to GitHub Actions (#20)

This commit is contained in:
David Leal
2020-07-18 12:43:43 -05:00
committed by GitHub
parent b537954edf
commit 409cca2699
6 changed files with 21 additions and 16 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: ""