Update markdownlint-cli2-action to v24 - #359
Merged
Merged
Conversation
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 Report✅ All modified and coverable lines are covered by tests. 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. 🚀 New features to boost your workflow:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes #358
Bumps the Markdown linter from
@v23to@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.