devops-basics

1. What is GitHub Action?

Overview

GitHub Actions is a continuous integration and continuous delivery (CI/CD) platform that allows you to automate your build, test, and deployment pipeline. You can create workflows that build and test every pull request to your repository, or deploy merged pull requests to production.

GitHub Action workflow

Official website documentation of GitHub Action

2. Prerequisites

3. Installation

How to install GitHub Action?

4. Basics of GitHub Action

Getting started with GitHub Action

GitHub Action Hello World

5. Beyond the Basics

Hands-On Example

6. Moreโ€ฆ

Awesome GitHub workflow