Skip to content

variantdev/setup-go-actions

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Repository files navigation

setup-go-actions

GitHub Actions status

This action sets up a go-actions environment for use in GitHub Actions by:

  • optionally downloading and caching a version of go-actions by version and adding to PATH
  • registering problem matchers for error output

Usage

See action.yml

Basic:

steps:
- uses: actions/checkout@master
- uses: variantdev/setup-go-actions@v1
  with:
    go-actions-version: '0.5.0' # The actions version to download (if necessary) and use.
- run: actions -help

License

The scripts and documentation in this project are released under the MIT License

Contributions

Contributions are welcome! See Contributor's Guide