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
This feature would check lint errors in the changes of pull request
Benefits
Will benefit the contributors of open source as well the maintainer of the repo in checking the issues of the pull request
Priority
High
Record
-->I agree to follow this project's Code of Conduct
-->I'm a GSSOC'24 contributor
-->I'm willing to provide further clarification or assistance if needed.
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
This feature would check lint errors in the changes of pull request
Benefits
Will benefit the contributors of open source as well the maintainer of the repo in checking the issues of the pull request
Priority
High
Record
-->I agree to follow this project's Code of Conduct
-->I'm a GSSOC'24 contributor
-->I'm willing to provide further clarification or assistance if needed.