Go to file
Robert Kaussow f046f96998
continuous-integration/drone/tag Build is passing Details
[skip ci] update changelog
2021-01-29 09:57:59 +01:00
overlay/bin fix bin path 2020-10-27 22:09:33 +01:00
.drone.yml switch to docker-buildx 2021-01-18 21:47:54 +01:00
.markdownlint.yml enable markdownlint 2020-10-28 08:40:49 +01:00
.prettierignore initial commit 2020-10-27 21:54:28 +01:00
CHANGELOG.md [skip ci] update changelog 2021-01-29 09:57:59 +01:00
Dockerfile chore(deps): update node:lts-alpine3.12 docker digest to 92c8a9d 2021-01-05 19:02:31 +00:00
README.md chore: replace master by main as default branch 2020-12-30 16:31:41 +01:00
renovate.json chore: use renovate preset config 2020-12-30 16:14:21 +01:00

README.md

markdownlint-cli

Custom image for markdownlint-cli

Build Status Docker Hub Quay.io Source: Gitea License: MIT

Custom wrapper Docker image for markdownlint-cli optimized for CI.

Usage

docker run -v $(pwd):/drone/src markdownlint-cli

# or pass arguments to markdownlint-cli
docker run -v $(pwd):/drone/src markdownlint-cli -p .gitignore

Build

docker build -t markdownlint-cli:latest .

License

This project is licensed under the MIT License - see the LICENSE file for details.