1
0
mirror of https://github.com/minetest/minetest_game.git synced 2025-07-16 12:40:22 +02:00

Use a faster and newer LuaCheck (#3081)

This commit is contained in:
David Leal
2023-12-30 04:29:10 -06:00
committed by GitHub
parent 43185f19e3
commit c0200b0a01
2 changed files with 13 additions and 16 deletions

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

@ -0,0 +1,13 @@
name: luacheck
on: [push, pull_request]
jobs:
luacheck:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Luacheck
uses: lunarmodules/luacheck@master
with:
args: mods