Problem
We can't find mistakes from PR with the test or lint.
- We have to show the test failer for each PR
- we have to show the codebase cov report of the main branch
- We should see a lint warning in the GitHub code review tab
- We should see a fixable lint suggestion directly from code review tab
- We should add labels for PR automatically
- We should assign assignees and reviewers automatically
Suggestion
- We have to setup vitest for testing and reporting coverage
- We have to setup codecov to read vitest/v8 coverage report
- We have to setup eslint action to produce lint result and suggestion
Willingness to Contribute
Related Issues
No response
Problem
We can't find mistakes from PR with the test or lint.
Suggestion
Willingness to Contribute
Related Issues
No response