mirror of https://github.com/mpv-player/mpv
ci/lint: fix missing return value in lint-commit-msg
This commit is contained in:
parent
44a296be97
commit
62abcbdd88
|
@ -61,6 +61,7 @@ def do_lint(commit_range: str) -> bool:
|
||||||
print("\nhas the following issues:")
|
print("\nhas the following issues:")
|
||||||
print("\n".join(failed))
|
print("\n".join(failed))
|
||||||
print("-" * 40)
|
print("-" * 40)
|
||||||
|
return any_failed
|
||||||
|
|
||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue