mirror of
https://github.com/alirezarezvani/claude-skills.git
synced 2026-08-28 04:24:58 +00:00
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:
parent
0d4939e0cf
commit
e76cec1765
1 changed files with 2 additions and 1 deletions
3
.github/workflows/skill-quality-review.yml
vendored
3
.github/workflows/skill-quality-review.yml
vendored
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue