Skip to content

Latest commit

 

History

History
36 lines (18 loc) · 1.53 KB

README.md

File metadata and controls

36 lines (18 loc) · 1.53 KB

golang-repo-template

A template for all my future Go projects!

Actions created by this template:

Testing

The pkg-cov workflow runs all go tests and ensures pkg coverage is above 80%.

example event parameter

The pages workflow publishes a test coverage website everytime there is a push to the main branch. The website can be found here: https://gowhale.github.io/go-shopping-list/#file0

example event parameter

Linters

The revive workflow is executed to statically analsye go files: https://github.com/mgechev/revive

example event parameter

The golangci-lint workflow runs the golangci-lint linter: https://github.com/golangci/golangci-lint

example event parameter

Project Management

The issue workflow adds a new issue to the projects Kanban board:

example event parameter

The cut release workflow creates a binary executable everytime a release is published. The binary file is attached to the release.

example event parameter