bsoc-bitbyte/IIITians-Space

set up .githooks to test on pre-commit

Open

#3 opened on Jun 2, 2023

 (4 comments) (0 reactions) (1 assignee)CSS (10 forks)auto 404
good first issuehelp wanted

Repository metrics

Stars
 (3 stars)
PR merge metrics
 (PR metrics pending)

Description

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

Contributor guide