chore(deps): update davidanson/markdownlint-cli2-action action to v22 (fix linter issues)#2243
Conversation
Signed-off-by: Frederic Wilhelm <frederic.wilhelm@sap.com>
✅ Deploy Preview for ocm-website ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (15)
📝 WalkthroughWalkthroughUpdated GitHub Actions markdown-lint workflow to version 22 and standardized Markdown table header separator formatting across multiple website documentation files by adding spacing around pipe characters. Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~12 minutes Possibly related PRs
Suggested reviewers
Poem
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
I am not sure yet if we should just disable the rule. lets see how it works. |
… (fix linter issues) (#2243) ## Summary - Updates `DavidAnson/markdownlint-cli2-action` from v20 to v22 - Fixes 143 MD060 (table-column-style) violations across 14 website markdown files introduced by the new `markdownlint v0.40.0` bundled in the action upgrade ## What changed The v22 action bundles markdownlint v0.40.0 which adds the [MD060](https://github.com/DavidAnson/markdownlint/blob/main/doc/md060.md) rule, enforcing consistent table formatting. Tables were updated to use either compact style (`| --- | --- |`) or properly aligned columns depending on content length. No content changes - only whitespace/formatting in markdown table syntax. ## Test plan - [x] `npx markdownlint-cli2` passes with 0 errors across all 64 linted files - [ ] Verify website renders tables correctly in Netlify deploy preview --------- Signed-off-by: Frederic Wilhelm <frederic.wilhelm@sap.com> Co-authored-by: ocmbot[bot] <125909804+ocmbot[bot]@users.noreply.github.com> ec65bb6
… (fix linter issues) (open-component-model#2243) ## Summary - Updates `DavidAnson/markdownlint-cli2-action` from v20 to v22 - Fixes 143 MD060 (table-column-style) violations across 14 website markdown files introduced by the new `markdownlint v0.40.0` bundled in the action upgrade ## What changed The v22 action bundles markdownlint v0.40.0 which adds the [MD060](https://github.com/DavidAnson/markdownlint/blob/main/doc/md060.md) rule, enforcing consistent table formatting. Tables were updated to use either compact style (`| --- | --- |`) or properly aligned columns depending on content length. No content changes - only whitespace/formatting in markdown table syntax. ## Test plan - [x] `npx markdownlint-cli2` passes with 0 errors across all 64 linted files - [ ] Verify website renders tables correctly in Netlify deploy preview --------- Signed-off-by: Frederic Wilhelm <frederic.wilhelm@sap.com> Co-authored-by: ocmbot[bot] <125909804+ocmbot[bot]@users.noreply.github.com> Signed-off-by: Gerald Morrison (SAP) <gerald.morrison@sap.com>
… (fix linter issues) (open-component-model#2243) ## Summary - Updates `DavidAnson/markdownlint-cli2-action` from v20 to v22 - Fixes 143 MD060 (table-column-style) violations across 14 website markdown files introduced by the new `markdownlint v0.40.0` bundled in the action upgrade ## What changed The v22 action bundles markdownlint v0.40.0 which adds the [MD060](https://github.com/DavidAnson/markdownlint/blob/main/doc/md060.md) rule, enforcing consistent table formatting. Tables were updated to use either compact style (`| --- | --- |`) or properly aligned columns depending on content length. No content changes - only whitespace/formatting in markdown table syntax. ## Test plan - [x] `npx markdownlint-cli2` passes with 0 errors across all 64 linted files - [ ] Verify website renders tables correctly in Netlify deploy preview --------- Signed-off-by: Frederic Wilhelm <frederic.wilhelm@sap.com> Co-authored-by: ocmbot[bot] <125909804+ocmbot[bot]@users.noreply.github.com> Signed-off-by: Gerald Morrison (SAP) <gerald.morrison@sap.com>
Summary
DavidAnson/markdownlint-cli2-actionfrom v20 to v22markdownlint v0.40.0bundled in the action upgradeWhat changed
The v22 action bundles markdownlint v0.40.0 which adds the MD060 rule, enforcing consistent table formatting. Tables were updated to use either compact style (
| --- | --- |) or properly aligned columns depending on content length.No content changes - only whitespace/formatting in markdown table syntax.
Test plan
npx markdownlint-cli2passes with 0 errors across all 64 linted files