style(ci): split the tool-error report footer to satisfy the 160-char yamllint gate

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01Qgc6RYXWJPr5oW9DHU7zR4
This commit is contained in:
Claude 2026-08-24 20:58:15 +00:00
parent 0d4939e0cf
commit e76cec1765
No known key found for this signature in database

View file

@ -200,7 +200,8 @@ jobs:
if [ "$TESSL_ERRORS" -gt 0 ]; then
echo "" >> "$REPORT_FILE"
echo "> ⚙️ ${TESSL_ERRORS} skill(s) could not be scored — the Tessl CLI errored before producing a review. Reported as a warning, not a merge blocker; if this persists, check the Tessl CLI install/auth in this workflow." >> "$REPORT_FILE"
echo "> ⚙️ ${TESSL_ERRORS} skill(s) could not be scored — the Tessl CLI errored before producing a review." >> "$REPORT_FILE"
echo "> Reported as a warning, not a merge blocker; if this persists, check the Tessl CLI install/auth in this workflow." >> "$REPORT_FILE"
fi
echo "report_file=$REPORT_FILE" >> "$GITHUB_OUTPUT"