Skip to content

Latest commit

 

History

History

github-action

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

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

  • None

Official website documentation of GitHub Action

2. Prerequisites

  • Basic linux command line skill, CICD, YAML

3. Installation

How to install GitHub Action?

  • No need to install, it's built along with GitHub server

4. Basics of GitHub Action

Getting started with GitHub Action

GitHub Action Hello World

  • Check the basic/ directory to create a simple GitHub Action demo.

5. Beyond the Basics

Hands-On Example

6. More...

Awesome GitHub workflow

Recommended Books

  • None