first commit
Some checks failed
luacheck / lint (push) Has been cancelled

This commit is contained in:
Rainer 2025-08-22 02:30:16 +02:00
commit 82aea283b7
45 changed files with 2134 additions and 0 deletions

11
.github/workflows/luacheck.yml vendored Normal file
View file

@ -0,0 +1,11 @@
on: [push, pull_request]
name: luacheck
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: lint
uses: Roang-zero1/factorio-mod-luacheck@master
with:
luacheckrc_url: ""