Skip to content

Commit a25c7ef

Browse files
devantlerCopilot
andcommitted
fix: resolve markdownlint issues in weekly-strategy.md
- Change '# Roadmap Mode' and '# Promotion Mode' to ## headings (MD025) - Convert indented code block to fenced code block (MD046) Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent fa75b3d commit a25c7ef

1 file changed

Lines changed: 8 additions & 6 deletions

File tree

.github/workflows/weekly-strategy.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ If `${{ github.event_name }}` is `workflow_dispatch`, perform both modes in orde
5454

5555
---
5656

57-
# Roadmap Mode
57+
## Roadmap Mode
5858

5959
## Job Description
6060

@@ -144,16 +144,18 @@ Before creating the new discussion, locate and read the most recent previous "${
144144

145145
**Include a "How to Control this Workflow" section:**
146146

147-
gh aw disable weekly-strategy --repo ${{ github.repository }}
148-
gh aw enable weekly-strategy --repo ${{ github.repository }}
149-
gh aw run weekly-strategy --repo ${{ github.repository }}
150-
gh aw logs weekly-strategy --repo ${{ github.repository }}
147+
```bash
148+
gh aw disable weekly-strategy --repo ${{ github.repository }}
149+
gh aw enable weekly-strategy --repo ${{ github.repository }}
150+
gh aw run weekly-strategy --repo ${{ github.repository }}
151+
gh aw logs weekly-strategy --repo ${{ github.repository }}
152+
```
151153

152154
End with a collapsed "Research Methodology" section listing all queries, commands, and tools used.
153155

154156
---
155157

156-
# Promotion Mode
158+
## Promotion Mode
157159

158160
You produce **one finished piece of content** per week for KSail, a Kubernetes SDK for local GitOps development. The content must be ready to copy-paste and share without modifications.
159161

0 commit comments

Comments
 (0)