Skip to content

Commit 9356c84

Browse files
EdwardAngertClaude
and
Claude
committed
style: improve code comments clarity
- Remove unnecessary words like 'simply' and 'just' from comments - Use more direct and clear language in Vale checking section - Maintain descriptive but concise comment style 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 5fb1cb5 commit 9356c84

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/docs/actions/docs-core/action.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -707,12 +707,12 @@ runs:
707707
exit 0
708708
fi
709709
710-
# Simply check how many markdown files we have
710+
# Count markdown files for validation
711711
MD_FILES=$(echo "$CHANGED_FILES_JSON" | jq -r '.[]' | grep '\.md$' | wc -l | tr -d ' ')
712712
713-
# Just report that we found files to check
713+
# Log file count for monitoring
714714
echo "Found $MD_FILES markdown files for style checking"
715-
echo "Vale style checking is available"
715+
echo "Vale style checking ready"
716716
717717
# Report success for this step
718718
echo "status=success" >> $GITHUB_OUTPUT

0 commit comments

Comments
 (0)