Compare commits

...

2 Commits

Author SHA1 Message Date
CSRBot 6f7f47bd0d Merge pull request 'chore(deps): update dependency igorshubovych/markdownlint-cli to v0.49.0' (#144) from renovate/igorshubovych-markdownlint-cli-0.x into master
Auto release / tag_on_change (push) Successful in 8s
Build / build-amd64 (push) Successful in 1m9s
Lint Markdown files / markdown-lint (push) Successful in 6s
Update Docker Hub Description / update-description-on-hub-docker-io (push) Successful in 10s
Build / build-arm64 (push) Successful in 1m49s
2026-06-17 06:11:33 +00:00
CSRBot 713a182dc9 chore(deps): update dependency igorshubovych/markdownlint-cli to v0.49.0
Build / build-amd64 (pull_request) Successful in 1m11s
Lint Markdown files / markdown-lint (pull_request) Successful in 7s
Build / build-arm64 (pull_request) Successful in 1m41s
2026-06-17 06:09:39 +00:00
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
# MARKDOWNLINT_VERSION
# Only required to install a specify version
MARKDOWNLINT_VERSION?=v0.48.0 # renovate: datasource=github-releases depName=igorshubovych/markdownlint-cli
MARKDOWNLINT_VERSION?=v0.49.0 # renovate: datasource=github-releases depName=igorshubovych/markdownlint-cli
# CONTAINER_RUNTIME
# The CONTAINER_RUNTIME variable will be used to specified the path to a
+1 -1
View File
@@ -10,7 +10,7 @@ The workflow or how `markdownlint-ci` can be used is pretty good
[documented](https://github.com/igorshubovych/markdownlint-cli#usage).
```bash
IMAGE_VERSION=0.48.0
IMAGE_VERSION=0.49.0
docker run \
--rm \
--volume "$(pwd):$(pwd)" \