View Source mix git_ops.check_message (Git Ops v2.6.0)

Receives a file path and validates if it's content follows the Conventional Commits specification.

mix git_ops.check_message <path/to/file>

Logs an error if the commit message is not parse-able.

See https://www.conventionalcommits.org/en/v1.0.0/ for more details on Conventional Commits.