Skip to content

Commit da90b47

Browse files
authored
docs(readme): mention the MegaLinter integration
1 parent 6237384 commit da90b47

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ With intelligent caching, subsequent runs are even faster - rumdl only re-lints
9494
- [GitHub Actions](#github-actions)
9595
- [Inputs](#inputs)
9696
- [Examples](#examples)
97+
- [MegaLinter](#megalinter)
9798
- [Rules](#rules)
9899
- [Flavors](#flavors)
99100
- [Supported Flavors](#supported-flavors)
@@ -524,6 +525,10 @@ The `v0` tag always points to the latest stable release, following GitHub Action
524525
The `annotations` report type displays issues directly in the PR's "Files changed" tab with error/warning severity levels and precise locations.
525526
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.
526527

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+
527532
## Rules
528533

529534
rumdl implements <!-- RULE_COUNT -->82<!-- /RULE_COUNT --> lint rules for Markdown files. Here are some key rule categories:

0 commit comments

Comments
 (0)