diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1071bc3..4f37771 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,9 +15,10 @@ jobs: - uses: actions/checkout@v4 - name: Setup Lua + uses: leafo/gh-actions-lua@v12 + + - name: Setup LuaRocks uses: leafo/gh-actions-luarocks@v6 - with: - lua-version: "5.4" - name: Install luacheck run: luarocks install luacheck