You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We can create a workflow using Git Actions, this workflow will check Lint errors and Type errors in the changes of Pull request. Checking of Lint and Type errors are already implemented in repo and can be run by below command.
pnpm lint && pnpm type-check
Use Case
Since there are many contributors in open source repositories , it is essential to maintain a proper system to manage pull requests . In this case, the feature can be of great help
Benefits
Checking of Lint and Type errors are already implemented in repo and can be run by below command.
pnpm lint && pnpm type-check
Add ScreenShots
No response
Priority
High
Record
I have read the Contributing Guidelines
I'm a GSSOC'24 contributor
I have starred the repository
The text was updated successfully, but these errors were encountered:
Hi there! Thanks for opening this issue. We appreciate your contribution to this open-source project. We aim to respond or assign your issue as soon as possible.
Is there an existing issue for this?
Feature Description
We can create a workflow using Git Actions, this workflow will check Lint errors and Type errors in the changes of Pull request. Checking of Lint and Type errors are already implemented in repo and can be run by below command.
pnpm lint && pnpm type-check
Use Case
Since there are many contributors in open source repositories , it is essential to maintain a proper system to manage pull requests . In this case, the feature can be of great help
Benefits
Checking of Lint and
Type
errors are already implemented in repo and can be run by below command.pnpm lint && pnpm type-check
Add ScreenShots
No response
Priority
High
Record
The text was updated successfully, but these errors were encountered: