Skip to content

Commit

Permalink
Add sendemail-validate githook (#173)
Browse files Browse the repository at this point in the history
  • Loading branch information
Masato Ohba authored and typicode committed Aug 30, 2017
1 parent 8a15ffd commit 8d4eb49
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions HOOKS.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,4 @@ Husky supports all git hooks (https://git-scm.com/docs/githooks). Simply add the
| prepare-commit-msg | preparecommitmsg |
| push-to-checkout | pushtocheckout |
| update | update |
| sendemail-validate | sendemailvalidate |
3 changes: 2 additions & 1 deletion src/hooks.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,6 @@
"post-update",
"push-to-checkout",
"pre-auto-gc",
"post-rewrite"
"post-rewrite",
"sendemail-validate"
]

0 comments on commit 8d4eb49

Please sign in to comment.