Skip to content

Commit b864e81

Browse files
snomiaoclaude
andcommitted
[docs] fix table formatting in workflows README
- Improve table alignment and formatting for category prefixes - Fix missing newline at end of file 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
1 parent d372cd1 commit b864e81

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,16 @@ Workflow files follow a consistent naming pattern: `<prefix>-<descriptive-name>.
66

77
### Category Prefixes
88

9-
| Prefix | Purpose | Example |
10-
|--------|---------|---------|
11-
| `ci-` | Testing, linting, validation | `ci-tests-e2e.yaml` |
12-
| `release-` | Version management, publishing | `release-version-bump.yaml` |
13-
| `pr-` | PR automation (triggered by labels) | `pr-claude-review.yaml` |
14-
| `types-` | TypeScript type generation | `types-registry-api.yaml` |
15-
| `i18n-` | Internationalization updates | `i18n-update-core.yaml` |
9+
| Prefix | Purpose | Example |
10+
| ---------- | ----------------------------------- | --------------------------- |
11+
| `ci-` | Testing, linting, validation | `ci-tests-e2e.yaml` |
12+
| `release-` | Version management, publishing | `release-version-bump.yaml` |
13+
| `pr-` | PR automation (triggered by labels) | `pr-claude-review.yaml` |
14+
| `types-` | TypeScript type generation | `types-registry-api.yaml` |
15+
| `i18n-` | Internationalization updates | `i18n-update-core.yaml` |
1616

1717
## Documentation
1818

1919
Each workflow file contains comments explaining its purpose, triggers, and behavior. For specific details about what each workflow does, refer to the comments at the top of each `.yaml` file.
2020

21-
For GitHub Actions documentation, see [Events that trigger workflows](https://docs.github.com/en/actions/writing-workflows/choosing-when-your-workflow-runs/events-that-trigger-workflows).
21+
For GitHub Actions documentation, see [Events that trigger workflows](https://docs.github.com/en/actions/writing-workflows/choosing-when-your-workflow-runs/events-that-trigger-workflows).

0 commit comments

Comments
 (0)