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
Copy file name to clipboardExpand all lines: README.md
+18
Original file line number
Diff line number
Diff line change
@@ -247,6 +247,24 @@ jobs:
247
247
- if `no_jira` is not empty, no validation is done on JIRA refs.
248
248
- if `allow_temp` is not empty, no validation is done on `fixup!` and `squash!` commits.
249
249
250
+
## Add pre-commit plugin
251
+
252
+
If you are using [pre-commit](https://pre-commit.com/) in you repository, you can add this to your configuration so commit messages are checked locally:
0 commit comments