You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -94,6 +94,7 @@ With intelligent caching, subsequent runs are even faster - rumdl only re-lints
94
94
-[GitHub Actions](#github-actions)
95
95
-[Inputs](#inputs)
96
96
-[Examples](#examples)
97
+
-[MegaLinter](#megalinter)
97
98
-[Rules](#rules)
98
99
-[Flavors](#flavors)
99
100
-[Supported Flavors](#supported-flavors)
@@ -524,6 +525,10 @@ The `v0` tag always points to the latest stable release, following GitHub Action
524
525
The `annotations` report type displays issues directly in the PR's "Files changed" tab with error/warning severity levels and precise locations.
525
526
The action ref (`rvben/rumdl@v0`) selects the GitHub Action version, while the optional `version` input pins the `rumdl` CLI version installed inside the workflow.
526
527
528
+
### MegaLinter
529
+
530
+
rumdl is also embedded out of the box in [MegaLinter](https://megalinter.io/), an open-source linters aggregator for CI. See its [rumdl documentation page](https://megalinter.io/latest/descriptors/markdown_rumdl/) for setup details.
531
+
527
532
## Rules
528
533
529
534
rumdl implements <!-- RULE_COUNT -->82<!-- /RULE_COUNT --> lint rules for Markdown files. Here are some key rule categories:
0 commit comments