[Workflow] Linter Action
manishapriya94 opened this issue · 1 comments
manishapriya94 commented
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