Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/shivamarora1/go_ci

Go continuous integration using git action
https://github.com/shivamarora1/go_ci

ci continuous-integration git github-actions githubactions go golang jenkins

Last synced: 22 days ago
JSON representation

Go continuous integration using git action

Awesome Lists containing this project

README

        

# Go CI checks
**Continuous Integration (CI)** is a development practice where developers integrate code into a shared repository frequently, preferably several times a day. Each integration is verified by an **automated build** and **automated tests**.

In this repository, I have tried to cover those **checks** and **verifications** which will be performed during **integration** or **deployment** of Go code.

I am using **Gitub actions** to perform these checks. Checks are performed on Go code whenever some event is occurred like *push* or *pull request* to main repository.

[Github Actions learn more](https://docs.github.com/en/actions/quickstart)