mirror of
https://github.com/mt-mods/led_marquee.git
synced 2024-11-15 22:30:22 +01:00
0cc8f9e7a4
* maintenance + translation support * fix too long line warning * improvements through code review
10 lines
227 B
YAML
10 lines
227 B
YAML
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: "" |