Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/shivamarora1/go_ci
- Owner: shivamarora1
- License: mit
- Created: 2022-01-30T10:54:07.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-01-30T12:51:04.000Z (almost 3 years ago)
- Last Synced: 2024-10-19T07:05:22.173Z (2 months ago)
- Topics: ci, continuous-integration, git, github-actions, githubactions, go, golang, jenkins
- Language: Go
- Homepage:
- Size: 13.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)