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

https://github.com/ouzi-dev/go-make-action

Runs make targets passed as a parameter
https://github.com/ouzi-dev/go-make-action

Last synced: 4 months ago
JSON representation

Runs make targets passed as a parameter

Awesome Lists containing this project

README

          

# Go make action

## Example usage

```
- uses: ./.github/actions/go-make-action
with:
target: 'build'
```