Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 843 Bytes

File metadata and controls

19 lines (13 loc) · 843 Bytes

Golang CI/CD with Github Actions

This repository is a simple example of how to use Github Actions to build and test a Golang application.

Features

  • Build with Cache to speed up the process
  • Run tests with coverage
  • Push code coverage to PR comments
  • Push linting errors to PR code review

Tools used