Add GitHub workflow

This commit is contained in:
luk3yx 2021-03-09 20:40:22 +13:00
parent 2e12f34c0d
commit 314139bc56
2 changed files with 12 additions and 1 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: ""

View File

@ -44,4 +44,4 @@ Minetest or are using node formspecs.
such as hypertext and background9 so the formspec will still work properly with
newer clients.*
[formspec_ast]: https://git.minetest.land/luk3yx/formspec_ast
[formspec_ast]: https://content.minetest.net/packages/luk3yx/formspec_ast