Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mileschou/lua-action

GitHub Actions for Lua
https://github.com/mileschou/lua-action

actions lua luarocks

Last synced: 1 day ago
JSON representation

GitHub Actions for Lua

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