Check if your commit messages meet the conventional commit format.
The conventional config extends from config-conventional.
Run npm install
in root directory, then you will get Commitizen installed.
Use npm run cz
or npx cz
to create a commit.
Commit message will be validated by workflow. If the validation is fail, amend the commit and rerun validation action.