probot / template

Template for new Probot apps
https://probot.github.io/docs/development/#generating-a-new-app
ISC License
51 stars 166 forks source link

Add git hooks #51

Open itaditya opened 6 years ago

itaditya commented 6 years ago

We can inculcate a good habit among developers to always test and lint their code before commiting it. To do that we can have a precommit git hook via husky which runs npm run test before committing