Skip to content

Commit 9837bcc

Browse files
committed
ci/lint: fix missing return value in lint-commit-msg
1 parent 1f16f0c commit 9837bcc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ci/lint-commit-msg.py

+1
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ def do_lint(commit_range: str) -> bool:
6161
print("\nhas the following issues:")
6262
print("\n".join(failed))
6363
print("-" * 40)
64+
return any_failed
6465

6566
################################################################################
6667

0 commit comments

Comments
 (0)