Anishkagupta04 / RAPIDOC-HEALTHCARE-WEBSITE-

It is an online platform based on providing healthcare facilites to the user and information regarding hospital like availability of beds, total number of patients,,helping user to prebook appointments for OPD ,check availability of blood groups in hospitals and many more .
https://rapidoc.netlify.app
131 stars 236 forks source link

✨[Feature Request]: create a workflow using Git Actions #434

Open mansi104-ai opened 1 month ago

mansi104-ai commented 1 month ago

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

github-actions[bot] commented 1 month ago

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.

varshith257 commented 4 weeks ago

Maybe this we can implement effectively after the codebase migrations to react and typescript