Skip to content

Commit 62abcbd

Browse files
nathanruizkasper93
authored andcommitted
ci/lint: fix missing return value in lint-commit-msg
1 parent 44a296b commit 62abcbd

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)