We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44a296b commit 62abcbdCopy full SHA for 62abcbd
ci/lint-commit-msg.py
@@ -61,6 +61,7 @@ def do_lint(commit_range: str) -> bool:
61
print("\nhas the following issues:")
62
print("\n".join(failed))
63
print("-" * 40)
64
+ return any_failed
65
66
################################################################################
67
0 commit comments