Skip to content

Latest commit

 

History

History
 
 

github-action

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

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

Prerequisites

  • Basic linux command line skill, CICD, YAML

Installation

How to install GitHub Action?

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

Basics of GitHub Action

Getting started with GitHub Action

GitHub Action Hello World

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

Beyond the Basics

Hands-On Example

More...

Awesome GitHub workflow

Recommended Books

  • None