Skip to content

LuaRocks for GitHub Actions (repository split)

Compare
Choose a tag to compare
@leafo leafo released this 07 Sep 16:13
· 23 commits to master since this release

All Lua actions were previously in the same repo but this is incompatible with the GitHub marketplace. Lua and LuaRocks are now split across two repositories:

Example:

- uses: leafo/gh-actions-lua@v2
- uses: leafo/gh-actions-luarocks@v2

- name: Install a pakage
  runs: luarocks install busted