Add luacheck workflow

master
luk3yx 2022-07-15 13:06:12 +12:00
parent fe9edc9000
commit 5f5994810c
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: ""