Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build: run commit message check after other lint checks (#22208)
We recently had some lint failures slip into the main branch, because they had both commit message failures and other lint failures. The problem was that we sometimes ignore commit message failures since they can be fixed by the caretaker, but if the commit check fails, it prevents any other the other lint checks from running. These changes move the commit message check to be last in the `lint` job so that if it fails, we know that everything else is in a mergeable state. (cherry picked from commit 58118ec)
- Loading branch information