amplify icon indicating copy to clipboard operation
amplify copied to clipboard

[Workflow] Build Action

Open manishapriya94 opened this issue 2 years ago • 2 comments

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

manishapriya94 avatar Dec 12 '23 15:12 manishapriya94

Branch: issue-847

Dunridge avatar Dec 16 '23 15:12 Dunridge

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?

CodingLady22 avatar Dec 19 '23 12:12 CodingLady22