Skip to content

Update markdownlint-cli2-action to v24 - #359

Merged
sehkone merged 1 commit into
mainfrom
sehkone/issue-358
Aug 6, 2026
Merged

Update markdownlint-cli2-action to v24#359
sehkone merged 1 commit into
mainfrom
sehkone/issue-358

Conversation

@sehkone

@sehkone sehkone commented Aug 6, 2026

Copy link
Copy Markdown
Contributor

Closes #358

Bumps the Markdown linter from @v23 to @v24, the current release, which bundles markdownlint 0.41.1. Configuration and globs are unchanged.

Four different tags of this action are in use across the organisation, so the same document can pass in one repository and fail in another. MD056 (table column count), added since the older tags, catches a real defect class: a | inside a code span splits a table cell and the data disappears from the rendered table.

Verification: markdownlint-cli2 0.23.2 against this branch with the repository's own configuration and CI globs — 12 files linted, 0 issues, exit 0.

The organisation runs four different tags of this action, so the same
document can pass in one repository and fail in another. v24 is the
current release and bundles markdownlint 0.41.1, which adds MD055,
MD056, MD058, MD059 and MD060.

MD056 is the one that earns its keep: a pipe inside a code span splits
a table cell, so data disappears from the rendered table without
anything reporting it.

Configuration and globs are unchanged.

Closes #358
@codecov

codecov Bot commented Aug 6, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 91.19%. Comparing base (6a5b2e8) to head (1757855).

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #359      +/-   ##
==========================================
- Coverage   91.25%   91.19%   -0.07%     
==========================================
  Files           7        7              
  Lines        3260     3260              
==========================================
- Hits         2975     2973       -2     
- Misses        285      287       +2     

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@sehkone
sehkone merged commit 9cff933 into main Aug 6, 2026
8 of 9 checks passed
@sehkone
sehkone deleted the sehkone/issue-358 branch August 6, 2026 09:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Update markdownlint-cli2-action to v24

1 participant