Overview
`tagoly lint` checks whether commit messages follow the expected `type(scope): subject` format. It can validate a direct message, a commit message file, or a commit range, and returns a non-zero exit code when something is invalid.
What it includes
4 workflow detailsValidate direct messages with `tagoly lint -message`
Check `.git/COMMIT_EDITMSG` with `-message-file`
Lint commit ranges such as `main..HEAD`
Use exit codes to fail local scripts or CI jobs