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
- Host: GitHub
- URL: https://github.com/ouzi-dev/go-make-action
- Owner: ouzi-dev
- License: apache-2.0
- Created: 2019-12-12T12:42:07.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-04-29T20:56:11.000Z (about 5 years ago)
- Last Synced: 2026-02-11T17:44:05.577Z (5 months ago)
- Language: Dockerfile
- Size: 73.2 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Go make action
## Example usage
```
- uses: ./.github/actions/go-make-action
with:
target: 'build'
```