Let CI complain if we don't use conventional commits

We use conventional commits to organize semantic releases.

There is a pre-commit job to prevent not using conventional commits. However, CI doesn't seem to complain.

Let's make sure CI complains about commits not having a "conventional commit" message.