Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mileschou/lua-action
GitHub Actions for Lua
https://github.com/mileschou/lua-action
actions lua luarocks
Last synced: 27 days ago
JSON representation
GitHub Actions for Lua
- Host: GitHub
- URL: https://github.com/mileschou/lua-action
- Owner: MilesChou
- License: mit
- Created: 2019-08-10T17:03:23.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-02-27T02:17:58.000Z (over 4 years ago)
- Last Synced: 2024-10-09T11:59:21.360Z (about 1 month ago)
- Topics: actions, lua, luarocks
- Language: Dockerfile
- Size: 7.81 KB
- Stars: 7
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Lua Action
[![GitHub Release][ico-release]][link-github-release]
[![License][ico-license]](LICENSE)GitHub Actions for [Lua](https://www.lua.org/) and [LuaRocks v2.4.4](https://luarocks.org/). Base on [mileschou/lua](https://hub.docker.com/r/mileschou/lua/) image.
## Usage
Via GitHub Workflow
```
steps:
- name: Lua action
uses: mileschou/lua-action@master
with:
args: lua -v
```## Credits
* [MilesChou](https://github.com/MilesChou)
## License
The MIT License (MIT). Please see [License File](LICENSE) for more information.
[ico-release]: https://img.shields.io/github/tag/MilesChou/lua-action.svg
[ico-license]: https://img.shields.io/badge/license-MIT-brightgreen.svg
[link-github-release]: https://github.com/MilesChou/lua-action/releases