chore: clean up whitespace and formatting

Remove trailing whitespace and empty lines from various documentation files
to improve consistency.
This commit is contained in:
Claude
2025-11-14 17:23:03 +00:00
parent 8a85f207b9
commit b86acc4a28
6 changed files with 0 additions and 17 deletions

View File

@@ -116,7 +116,6 @@ The `additional_permissions` input allows Claude to access GitHub Actions workfl
To allow Claude to view workflow run results, job logs, and CI status:
1. **Grant the necessary permission to your GitHub token**:
- When using the default `GITHUB_TOKEN`, add the `actions: read` permission to your workflow:
```yaml