Fix luacheck

master
luk3yx 2021-03-28 10:16:28 +13:00
parent 5cd1c74020
commit 1d2be8a8a7
2 changed files with 12 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: ""

View File

@ -3,6 +3,7 @@ max_line_length = 80
globals = {
'formspec_ast',
'minetest',
'modlib',
}
read_globals = {