You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Pre-push makes sense, pre-commit doesn't in my opinion, as then it would run even when you aren't 'ready' for it.
If you have it commited then I guess you 'signal' that at least for now you are done working on it and the stuff could run.
Edit: I guess the hook would be called commit-msg for the git lint stuff, and for the rest probably something else.
It would be nice to have some checks done also at commit level, before push.
At least the gitlint would be good but also format check.
Also document the necessary steps required by contributor(if any).
The text was updated successfully, but these errors were encountered: