mirror of
https://github.com/ivuorinen/actions.git
synced 2026-03-06 17:56:06 +00:00
feat: add GitHub Actions workflows for code quality and automation (#2)
This commit is contained in:
36
go-build/README.md
Normal file
36
go-build/README.md
Normal file
@@ -0,0 +1,36 @@
|
||||
# ivuorinen/actions/go-build
|
||||
|
||||
## Go Build
|
||||
|
||||
### Description
|
||||
|
||||
Builds the Go project.
|
||||
|
||||
### Inputs
|
||||
|
||||
| name | description | required | default |
|
||||
| ------------- | ----------------------------------- | -------- | ------- |
|
||||
| `go-version` | <p>Go version to use.</p> | `false` | `""` |
|
||||
| `destination` | <p>Build destination directory.</p> | `false` | `./bin` |
|
||||
|
||||
### Runs
|
||||
|
||||
This action is a `composite` action.
|
||||
|
||||
### Usage
|
||||
|
||||
```yaml
|
||||
- uses: ivuorinen/actions/go-build@main
|
||||
with:
|
||||
go-version:
|
||||
# Go version to use.
|
||||
#
|
||||
# Required: false
|
||||
# Default: ""
|
||||
|
||||
destination:
|
||||
# Build destination directory.
|
||||
#
|
||||
# Required: false
|
||||
# Default: ./bin
|
||||
```
|
||||
Reference in New Issue
Block a user