Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 464 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 464 Bytes

go-github-actions-example

This repository contains an example GitHub Actions workflow for Go projects. The workflow is defined in .github/workflows/go.yml and is triggered on every push to the repository and on pull requests.

For details about the workflow checkout my blog post at Continuous Integration for Go projects with GitHub Actions.