Github Actions Tips for Continuous Integration(CI)
Introduction
Github Actions allow engineers run shell commands against codes in repositories using its cloud infrastructure (Ubuntu) and the commands are triggered on different events. Events like a push, PR, etc.
Overview
A few DevOps engineers may...
blog.kelvinakpobome.com2 min read