{"id":16194363,"url":"https://github.com/muniftanjim/luver-action","last_synced_at":"2025-03-19T04:30:45.545Z","repository":{"id":45387357,"uuid":"432445854","full_name":"MunifTanjim/luver-action","owner":"MunifTanjim","description":"🌛 Set up your GitHub Actions workflow with specific versions of Lua, LuaJIT, LuaRocks using Luver :heart:","archived":false,"fork":false,"pushed_at":"2021-12-16T09:03:08.000Z","size":6,"stargazers_count":4,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-17T03:34:23.730Z","etag":null,"topics":["github-actions","lua","luajit","luarocks","luver"],"latest_commit_sha":null,"homepage":"https://github.com/marketplace/actions/setup-lua-with-luver","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/MunifTanjim.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-11-27T11:45:53.000Z","updated_at":"2024-06-24T21:05:41.000Z","dependencies_parsed_at":"2023-01-05T04:49:27.938Z","dependency_job_id":null,"html_url":"https://github.com/MunifTanjim/luver-action","commit_stats":null,"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MunifTanjim%2Fluver-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MunifTanjim%2Fluver-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MunifTanjim%2Fluver-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MunifTanjim%2Fluver-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MunifTanjim","download_url":"https://codeload.github.com/MunifTanjim/luver-action/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244357418,"owners_count":20440324,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["github-actions","lua","luajit","luarocks","luver"],"created_at":"2024-10-10T08:19:08.319Z","updated_at":"2025-03-19T04:30:45.264Z","avatar_url":"https://github.com/MunifTanjim.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Luver GitHub Action\n\n:first_quarter_moon_with_face: Set up your GitHub Actions workflow with specific versions of Lua, LuaJIT, LuaRocks using _**[Luver](https://github.com/MunifTanjim/luver)**_ :heart:\n\n## Usage\n\nSee [action.yml](./action.yml)\n\n**Basic:**\n\n```yml\nsteps:\n  - uses: actions/checkout@v2\n  - uses: MunifTanjim/luver-action@v1\n  - run: |\n      luver install lua 5.4.3\n      luver use 5.4.3\n      luver install luarocks 3.8.0\n  - run: |\n      luarocks install luacheck\n```\n\n**Pre-install versions:**\n\n```yml\nsteps:\n  - uses: actions/checkout@v2\n  - uses: MunifTanjim/luver-action@v1\n    with:\n      lua_versions: 5.1.5 5.4.3\n      luajit_versions: 5.1.5:2.1.0-beta3\n      luarocks_versions: 5.1.5:3.7.0 5.4.3:3.8.0\n  - run: |\n      luver use 5.1.5\n      lua -v\n      luajit -v\n      luarocks --version\n```\n\n**Set default lua version:**\n\n```yml\nsteps:\n  - uses: actions/checkout@v2\n  - uses: MunifTanjim/luver-action@v1\n    with:\n      default: 5.1.5\n      lua_versions: 5.1.5 5.4.3\n  - run: |\n      lua -v\n```\n\n## License\n\nLicensed under the MIT License. Check the [LICENSE](./LICENSE) file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmuniftanjim%2Fluver-action","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmuniftanjim%2Fluver-action","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmuniftanjim%2Fluver-action/lists"}