[ci] Fix TypeError in ci-custom.py when POST lint checks fail (#14378)

This commit is contained in:
J. Nick Koston
2026-02-28 14:23:20 -10:00
committed by GitHub
parent fdbfac15db
commit b7cb65ec49

View File

@@ -959,7 +959,7 @@ def main():
continue
run_checks(LINT_CONTENT_CHECKS, fname, fname, content)
run_checks(LINT_POST_CHECKS, "POST")
run_checks(LINT_POST_CHECKS, Path("POST"))
for f, errs in sorted(errors.items()):
bold = functools.partial(styled, colorama.Style.BRIGHT)