905a15ccbac78b9456d365c8400cc6b21c12ea63
Merge pull request 'chore(deps): update docker/setup-qemu-action action to v4.4.0' (#165) from renovate/docker-setup-qemu-action-4.x into master
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.49.1
docker run \
--rm \
--volume "$(pwd):$(pwd)" \
--workdir "$(pwd)" \
"git.cryptic.systems/volker.raschek/markdownlint:${IMAGE_VERSION}" \
--help
Languages
Makefile
82%
Dockerfile
18%