Rumdl Container Image¶
Containerized build of the Rust-based rumdl Markdown linter for local use and CI pipelines.
Features¶
- Run the rumdl Markdown linter in a container without installing Rust toolchains locally.
- GitLab CI Component at niclas-zone/ci/rumdl.
Usage¶
Pull the image¶
podman pull registry.gitlab.com/niclas-zone/ctr/rumdl:latest
podman pull registry.gitlab.com/niclas-zone/ctr/rumdl:0.2.0
Lint Markdown locally¶
podman run --rm \
-v $(pwd):/workspace \
-w /workspace \
registry.gitlab.com/niclas-zone/ctr/rumdl:latest \
rumdl --check .
GitLab CI snippet¶
Author¶
Niclas Heinz
Contributing¶
Contributions are welcome! Please open an issue or submit a merge request if you have suggestions or improvements.
License¶
This project is licensed under the MIT License. See LICENSE for full details.