Skip to content

Commit fd5308f

Browse files
committed
ci/lint: fix missing return value in lint-commit-msg
1 parent 8864549 commit fd5308f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ci/lint-commit-msg.py

Lines changed: 1 addition & 0 deletions
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)