summaryrefslogtreecommitdiffstats
path: root/ci/lint-commit-msg.py
Commit message (Collapse)AuthorAgeFilesLines
* ci/lint: ignore subject length for revert commitsDudemanguy2023-09-021-1/+2
| | | | | | | The default revert will always add 9 extra characters which means it could go over the 72 character soft limit if the commit being reverted has a long subject. We won't fuss about this so just shut up the lint in this case.
* ci: add a workflow that lints commit messagessfan52023-04-081-0/+112