Open mansi104-ai opened 5 months ago
Sure @mansi104-ai. Could you address the current linting errors in the codebase through this ticket as well?
Sure ,@dvjsharma Also, should I configure it for running manually or through REST API endpoints?
By running manually , you can see the workflows under Github actions through REST API , it will be visible in CLI
I don’t think REST APIs would be feasible for lint checks. Instead I’ll suggest a workflow yml file to have trigger dispatch (for manual trigger) and run on any new pushes. Also, if you are using any external tool (which requires installation) you can configure that in codebase.
Okay, I'll make a yml file in workflows folder in .github . It will have the workflow for lint and type errors checking
Please assign this issue to me
Go ahead @mansi104-ai
@dvjsharma i have experice with MERN stack + TS + nextjs , is there any issue i should work on
Hey @gopalepic, sorry for late response. There are a lot of high priority issues available currently, please take a look.
@dvjsharma thankyou so much , it gives me a ray for contribution in your project
I requested issue #135 Would you pls assign that
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.