Member-only story
How to Create a GitHub Workflow for Your Angular App
Getting started with GitHub actions with an example using Angular.
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.
We’ll setup a simple CI/CD workflow for an Angular application. You can easily follow along whether you are just getting started or an expert.
Depending on your needs and the application that you have, GitHub actions can get pretty complicated. So, it's always a good idea to start setting them up early in your project.
If you don't have a GitHub repository for your Angular project, simply create one.
Creating the Workflows Directory
Cd into your Angular application. In this case I’ll use an Agular application named angular-github-actions.