How to Create a GitHub Workflow for Your Angular App

Getting started with GitHub actions with an example using Angular.

Mwiza Kumwenda

--

Photo by Rubaitul Azad on Unsplash

GitHub workflows allow you to automate and customize your software development processes from within your GitHub repository.

Workflows are more than CI/CD pipelines. You can run all sorts of jobs to streamline your DevOps with workflows.

--

--