chore(deps): update dependency igorshubovych/markdownlint-cli to v0.49.1
Build / build-amd64 (pull_request) Successful in 1m3s
Lint Markdown files / markdown-lint (pull_request) Successful in 6s
Build / build-arm64 (pull_request) Successful in 1m39s

This commit is contained in:
2026-07-15 00:09:20 +00:00
parent 35566d4f64
commit 2a2da3809d
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.49.0 # renovate: datasource=github-releases depName=igorshubovych/markdownlint-cli
MARKDOWNLINT_VERSION?=v0.49.1 # 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.49.0
IMAGE_VERSION=0.49.1
docker run \
--rm \
--volume "$(pwd):$(pwd)" \