2024-02-12 21:29:44 +01:00
|
|
|
steps:
|
|
|
|
luacheck:
|
2024-02-12 23:29:00 +01:00
|
|
|
name: Luacheck
|
2024-02-13 03:37:49 +01:00
|
|
|
image: mineunit/luacheck
|
2024-02-12 21:29:44 +01:00
|
|
|
commands:
|
2024-02-18 21:55:51 +01:00
|
|
|
- luacheck --quiet --std minetest+max --config .luacheckrc mods/
|
2024-02-12 23:21:53 +01:00
|
|
|
when:
|
|
|
|
- event: push
|