Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: DavidAnson/markdownlint-cli2-action@v22
- uses: DavidAnson/markdownlint-cli2-action@v23
Copy link

Copilot AI Apr 5, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

markdownlint-cli2-action@v23 is built for the Node.js 24 runtime (per the upstream release notes). If GitHub Actions runners for this repo/org don’t support Node 24 for JavaScript actions yet, this step will fail at runtime; consider keeping v22 until Node 24 is supported (or confirm CI passes with v23).

Suggested change
- uses: DavidAnson/markdownlint-cli2-action@v23
- uses: DavidAnson/markdownlint-cli2-action@v22

Copilot uses AI. Check for mistakes.

lint:
runs-on: ubuntu-latest
Expand Down