Skip to content

feat: Install pre-commit commit-msg hook

Craig Miskell requested to merge install-commit-msg-hook into main

Without this any hooks that use the commit-msg stage (such as conventional-pre-commit) will silently not do anything.

https://pre-commit.com/#pre-commit-for-commit-messages

Merge request reports