The-Notebookinator / notebookinator

https://the-notebookinator.github.io/notebookinator/
The Unlicense
32 stars 6 forks source link

✨ Add a pre-commit hook that verifies commit format #9

Closed BattleCh1cken closed 5 months ago

BattleCh1cken commented 6 months ago

Summary

This will verify that commit messages follow the gitmoji format.

The hooks can be installed with the following commands:

pre-commit
pre-commit install

Checklist

Additional Notes