rumdl-action
Version updated for https://github.com/rvben/rumdl to version v0.2.35.
- This action is used across all versions by 6 repositories.
Action Type
This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
Summary
rumdl is a high-performance Markdown linter and formatter built in Rust. It aims to improve the linting experience by offering speed, numerous lint rules covering common Markdown issues, automatic formatting with fixable violations, zero dependencies, highly configurable via TOML, support for multiple Markdown flavors, and various installation options for different platforms including Rust, Python, npm, pip, uv, mise, Nix, Termux User Repository (TUR), Arch Linux, and standalone binaries.
What’s Changed
Added
- cli: honor –deny-config-warnings on the stdin path (0f93ca5)
- cli: make –deny-config-warnings cover inline disable-comment rule names (96d75f5)
- cli: add –deny-config-warnings for config-file and CLI-flag problems (5045daf)
- reflow: support breaking within emphasis spans (2e8bded)
Fixed
- reflow: preserve non-breaking spaces and the space before French double punctuation (f66021f)
- cli: walk directory arguments even when file paths are also passed (d058273)
- lsp: honor line anchors in goto-definition (17a21e7)
- md077: attribute middle-level continuation lines to their own list item (c73763b)
Downloads
| File | Platform | Checksum |
|---|---|---|
| rumdl-v0.2.35-x86_64-unknown-linux-gnu.tar.gz | Linux x86_64 | checksum |
| rumdl-v0.2.35-x86_64-unknown-linux-musl.tar.gz | Linux x86_64 (musl) | checksum |
| rumdl-v0.2.35-aarch64-unknown-linux-gnu.tar.gz | Linux ARM64 | checksum |
| rumdl-v0.2.35-aarch64-unknown-linux-musl.tar.gz | Linux ARM64 (musl) | checksum |
| rumdl-v0.2.35-x86_64-apple-darwin.tar.gz | macOS x86_64 | checksum |
| rumdl-v0.2.35-aarch64-apple-darwin.tar.gz | macOS ARM64 (Apple Silicon) | checksum |
| rumdl-v0.2.35-x86_64-pc-windows-msvc.zip | Windows x86_64 | checksum |
Installation
Using uv (Recommended)
uv tool install rumdl
Using pip
pip install rumdl
Using pipx
pipx install rumdl
Direct Download
Download the appropriate binary for your platform from the table above, extract it, and add it to your PATH.