Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ensure pull requests are conventional (#137)
Pull requests are squashed so individual commits are pointless which makes the `commitizen` pre-commit hook completely useless. Integrate [this action](https://github.com/amannn/action-semantic-pull-request) instead to ensure the pull request tile follow the [conventional commits](https://www.conventionalcommits.org) which becomes the commit message once merged. - Remove commitizen pre-commit hook. - Add semantic pull request validation workflow.
- Loading branch information