Skip to content

Add docs CI workflow #1

Add docs CI workflow

Add docs CI workflow #1

Triggered via push April 13, 2026 00:46
Status Failure
Total duration 8s
Artifacts

ci.yml

on: push
Docs Checks
4s
Docs Checks
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
Multiple headings with the same content: playbook.md#L110
playbook.md:110 MD024/no-duplicate-heading Multiple headings with the same content [Context: "This Week Checklist"] https://github.com/DavidAnson/markdownlint/blob/v0.36.1/doc/md024.md
Multiple headings with the same content: playbook.md#L99
playbook.md:99 MD024/no-duplicate-heading Multiple headings with the same content [Context: "Implementation Steps"] https://github.com/DavidAnson/markdownlint/blob/v0.36.1/doc/md024.md
Multiple headings with the same content: playbook.md#L95
playbook.md:95 MD024/no-duplicate-heading Multiple headings with the same content [Context: "Why it works"] https://github.com/DavidAnson/markdownlint/blob/v0.36.1/doc/md024.md
Trailing punctuation in heading: playbook.md#L31
playbook.md:31:22 MD026/no-trailing-punctuation Trailing punctuation in heading [Punctuation: ':'] https://github.com/DavidAnson/markdownlint/blob/v0.36.1/doc/md026.md
Trailing punctuation in heading: playbook.md#L22
playbook.md:22:29 MD026/no-trailing-punctuation Trailing punctuation in heading [Punctuation: ':'] https://github.com/DavidAnson/markdownlint/blob/v0.36.1/doc/md026.md
Trailing punctuation in heading: playbook.md#L12
playbook.md:12:114 MD026/no-trailing-punctuation Trailing punctuation in heading [Punctuation: ':'] https://github.com/DavidAnson/markdownlint/blob/v0.36.1/doc/md026.md
Lists should be surrounded by blank lines: AGENT.md#L74
AGENT.md:74 MD032/blanks-around-lists Lists should be surrounded by blank lines [Context: "1. Update the checklist in `pl..."] https://github.com/DavidAnson/markdownlint/blob/v0.36.1/doc/md032.md
Fenced code blocks should have a language specified: AGENT.md#L63
AGENT.md:63 MD040/fenced-code-language Fenced code blocks should have a language specified [Context: "```"] https://github.com/DavidAnson/markdownlint/blob/v0.36.1/doc/md040.md
Lists should be surrounded by blank lines: .github/ISSUE_TEMPLATE/bug-report.md#L15
.github/ISSUE_TEMPLATE/bug-report.md:15 MD032/blanks-around-lists Lists should be surrounded by blank lines [Context: "- LLM used: <!-- ..... .........."] https://github.com/DavidAnson/markdownlint/blob/v0.36.1/doc/md032.md
Headings should be surrounded by blank lines: .github/ISSUE_TEMPLATE/bug-report.md#L14
.github/ISSUE_TEMPLATE/bug-report.md:14 MD022/blanks-around-headings Headings should be surrounded by blank lines [Expected: 1; Actual: 0; Below] [Context: "## Context"] https://github.com/DavidAnson/markdownlint/blob/v0.36.1/doc/md022.md
Docs Checks
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, DavidAnson/markdownlint-cli2-action@v18. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/