1
0
mirror of https://github.com/mt-mods/homedecor_modpack.git synced 2025-07-19 22:10:21 +02:00

add a global .luacheckrc

This commit is contained in:
BuckarooBanzay
2022-03-29 07:58:15 +02:00
parent 3ba59dc2d5
commit f4db7d0fb1
5 changed files with 57 additions and 6 deletions

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

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