Go to file
Robert Kaussow fe861e0cbf
continuous-integration/drone/push Build is passing Details
chore: end of the year maintenance
2021-12-21 10:59:34 +01:00
.chglog chore: adjust changelog template to link to prs instead of issues (#57) 2021-12-12 13:26:31 +01:00
overlay/bin fix bin path 2020-10-27 22:09:33 +01:00
.drone.yml improve drone-matrix template 2021-09-22 09:22:38 +02:00
.gitignore [skip ci] remove local changelog 2021-02-11 21:05:37 +01:00
.markdownlint.yml enable markdownlint 2020-10-28 08:40:49 +01:00
.prettierignore chore: end of the year maintenance 2021-12-21 10:59:34 +01:00
Dockerfile chore(docker): update node.js to c7f8af3 2021-12-02 08:02:17 +00:00
LICENSE chore: end of the year maintenance 2021-12-21 10:59:34 +01: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.