CSRBot fadab8b7eb
All checks were successful
Auto release / tag_on_change (push) Successful in 12s
Build / build-amd64 (push) Successful in 30s
Lint Markdown files / markdown-lint (push) Successful in 5s
Update Docker Hub Description / update-description-on-hub-docker-io (push) Successful in 6s
Build / build-arm64 (push) Successful in 1m13s
Merge pull request 'chore(deps): update dependency igorshubovych/markdownlint-cli to v0.48.0' (#126) from renovate/igorshubovych-markdownlint-cli-0.x into master
2026-03-03 10:14:48 +00:00
2021-09-08 18:14:28 +02:00
2021-09-08 18:14:28 +02:00
2021-09-08 18:14:28 +02:00
2021-09-08 18:14:28 +02:00
2026-01-04 10:04:05 +01:00

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.48.0
docker run \
  --rm \
  --volume "$(pwd):$(pwd)" \
  --workdir "$(pwd)" \
    "git.cryptic.systems/volker.raschek/markdownlint:${IMAGE_VERSION}" \
      --help
Description
Source files of the container image volkerraschek/markdownlint
Readme 280 KiB
Languages
Makefile 82%
Dockerfile 18%