1
0
mirror of https://github.com/mt-mods/led_marquee.git synced 2025-07-17 07:40:29 +02:00

Maintenance + translation support (#2)

* maintenance + translation support

* fix too long line warning

* improvements through code review
This commit is contained in:
Niklp
2023-07-05 13:55:41 +02:00
committed by GitHub
parent 4732886317
commit 0cc8f9e7a4
6 changed files with 52 additions and 24 deletions

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

@ -0,0 +1,10 @@
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: ""