amplify
amplify copied to clipboard
[Workflow] Build Action
Goal
Write a new action to build the repo on pull request
Tasks
- [ ] Suggested prompt: Let's create an action for this project to build on each pull request
- [ ] Create a new action file and copy the code to the file
- [ ] Change the workflow so it lints against node versions 16, 18, 20
- [ ] Ask Copilot for any improvements we can make
Branch: issue-847
I noticed that there is already a build.yml file which builds the repo on both a pull request and on workflow dispatch. Should I proceed to work on this existing file, or should I create a completely new file?