Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/actboy168/setup-luamake


https://github.com/actboy168/setup-luamake

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# setup-luamake

Use [luamake](https://github.com/actboy168/luamake) in GitHub Actions.

## Usage

```yaml
- uses: actboy168/setup-luamake@master
with:
# The branch, tag or SHA to checkout.
# Otherwise, uses the default branch.
ref: ''
- run: luamake
```