Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 946 Bytes

README.md

File metadata and controls

32 lines (22 loc) · 946 Bytes

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