ci: UTLP-9 add GitHub Actions workflow for lint, format, and build#32
ci: UTLP-9 add GitHub Actions workflow for lint, format, and build#32vinhthomas41 wants to merge 11 commits intomainfrom
Conversation
VS-code-cloud
left a comment
There was a problem hiding this comment.
Hey Thomas, this looks pretty good!
One small thing: currently the Linting is failing because AISummary (in src/components/content/quick-actions/AISummary.tsx) is missing an @returns declaration, so it would be great if you could add a simple returns declaration like "@returns A JSX element representing the AI Summary dialog and trigger button."
Did you make a post to the pr-review channel? I didn't see one, so please make sure you make a post and ping reviewers in the future, as that's the typical format used to notify about a new pull request.
Alright, got it! I see that there is a signature verification warning for merges and was thinking about trying to verify my past commits but it looks like a lot of effort. Should I just leave them unverified |
Addresses #15 by creating ci checks for lint, format, and build (both chrome and firefox)