public-datasets-pipelines
public-datasets-pipelines copied to clipboard
Use conventional pre-commits to enforce while committing
Description
We're using conventional commits and when contributors aren't aware of this, they write their commit messages that eventually errors out when GitHub actions are run.
To help catch the error and enforce conventional commits before any code gets committed, it'd be nice to use a pre-commit hook that validates your commit message.
https://www.npmjs.com/package/conventional-pre-commits
Checklist
- [x] I created this issue in accordance with the Code of Conduct.
- [x] This issue is appropriately labeled.