Technical requirements
In this chapter, we’re going to need a repository to create workflows and try out the functionality. Create and initialize a repository named scratchpad
in the organization we created in Chapter 1.
We’re going to need a Node.js application in this chapter to demonstrate how some of the features work. Copy the application in the GitHub repository (https://github.com/PacktPublishing/Mastering-GitHub-Actions) under Chapter 2 in the app
directory into the repository.