Skip to content
This repository was archived by the owner on Oct 10, 2025. It is now read-only.

Commit d3fe01e

Browse files
committed
docs: [#14] fix table formatting in copilot instructions
- Align table columns properly for Testing and Validation commands - Improve readability of command reference table
1 parent 8c75916 commit d3fe01e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/copilot-instructions.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -179,10 +179,10 @@ make lint # Syntax validation only
179179

180180
#### Testing and Validation
181181

182-
| Command | Purpose |
183-
| ------------------ | --------------------------------- |
184-
| `make test-e2e` | Run complete infrastructure tests |
185-
| `make lint` | Run syntax validation only |
182+
| Command | Purpose |
183+
| --------------- | --------------------------------- |
184+
| `make test-e2e` | Run complete infrastructure tests |
185+
| `make lint` | Run syntax validation only |
186186

187187
#### Legacy Commands (Deprecated)
188188

0 commit comments

Comments
 (0)