Stack Builder

GitHub Actions

Harness the power of cloud CI/CD pipelines to automate and ship with assurance.

Installation

Create a .github/workflows directory at the root level and add a .yml file with the following configuration.

Terminal
mkdir -p .github/workflows
touch .github/workflows/release.yml

Test pipelines locally with act

Install act.

Terminal
act # Run all workflows in your repo

Last updated on

On this page

Edit on GitHub