markdownlint-cli/README.md
Robert Kaussow f4c2d18d64
Some checks failed
ci/woodpecker/pr/build-package Pipeline was successful
ci/woodpecker/pr/build-container Pipeline failed
ci/woodpecker/pr/docs unknown status
refactor: migrate to woodpecker ci
2023-11-07 16:36:17 +01:00

1.3 KiB

markdownlint-cli

Custom image for markdownlint-cli

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

Custom container image for markdownlint-cli optimized for CI.

Usage

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

# or pass arguments to markdownlint-cli
docker run -v $(pwd):/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.