mirror of
https://github.com/pyrollo/display_modpack.git
synced 2025-11-02 07:05:29 +01:00
* luacheck, mt 5 translation, german translation, maintenance * fix luacheck warnings * Fix digital clock nodebox and texture * Fix luacheck usage * Add comment why fonts are not split into several lines
10 lines
223 B
YAML
10 lines
223 B
YAML
name: luacheck
|
|
on: [push, pull_request]
|
|
jobs:
|
|
lint:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: actions/checkout@v3
|
|
- uses: Roang-zero1/factorio-mod-luacheck@master
|
|
with:
|
|
luacheckrc_url: "" |