All checks were successful
Auto release / tag_on_change (push) Successful in 11s
Build / build-amd64 (push) Successful in 28s
Lint Markdown files / markdown-lint (push) Successful in 4s
Update Docker Hub Description / update-description-on-hub-docker-io (push) Successful in 5s
Build / build-arm64 (push) Successful in 1m15s
markdownlint-docker
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.47.0
docker run \
--rm \
--volume "$(pwd):$(pwd)" \
--workdir "$(pwd)" \
"git.cryptic.systems/volker.raschek/markdownlint:${IMAGE_VERSION}" \
--help
Description
Languages
Makefile
81.9%
Dockerfile
18.1%