Open VarunGitGood opened 1 year ago
Set up a github hook to run tests namely npm run lint & npm run format:check
npm run lint
npm run format:check
if they do fail stop the commit
use Husky for this to set it up do the manual installation Husky Docs
I would like to work on this issue . Please assign it to me
Sure @Pratik2026 let me know if you need anything!!
@varun7singh Do I have to pass the package.json file as well?
Yeah
Here's an easy one
Set up a github hook to run tests namely
npm run lint
&npm run format:check
if they do fail stop the commit
use Husky for this to set it up do the manual installation Husky Docs