Files
markdownlint-docker/README.md
T
CSRBot 713a182dc9
Build / build-amd64 (pull_request) Successful in 1m11s
Lint Markdown files / markdown-lint (pull_request) Successful in 7s
Build / build-arm64 (pull_request) Successful in 1m41s
chore(deps): update dependency igorshubovych/markdownlint-cli to v0.49.0
2026-06-17 06:09:39 +00:00

838 B

markdownlint-docker

Docker Pulls

This project contains all sources to build the container image git.cryptic.systems/volker.raschek/markdownlint. The primary goal of this project is to package the binary markdownlint-ci as container image. The source code of the binary can be found in the upstream project of igorshubovych.

The workflow or how markdownlint-ci can be used is pretty good documented.

IMAGE_VERSION=0.49.0
docker run \
  --rm \
  --volume "$(pwd):$(pwd)" \
  --workdir "$(pwd)" \
    "git.cryptic.systems/volker.raschek/markdownlint:${IMAGE_VERSION}" \
      --help