amplify
amplify copied to clipboard
[Workflow] Linter Action
Goal
Write a new action to lint the repo on pull request
Tasks
- [ ] Suggested prompt: Let's create an action for this project to lint 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 if it knows if this action rerun when a pull request is pushed to?
- [ ] Ask Copilot for any improvements we can make
Branch: issue-846