You've already forked markdownlint-docker
chore(deps): update dependency igorshubovych/markdownlint-cli to v0.47.0
All checks were successful
Auto release / tag_on_change (push) Successful in 11s
Build / build-amd64 (push) Successful in 28s
Lint Markdown files / markdown-lint (push) Successful in 4s
Update Docker Hub Description / update-description-on-hub-docker-io (push) Successful in 5s
Build / build-arm64 (push) Successful in 1m15s
All checks were successful
Auto release / tag_on_change (push) Successful in 11s
Build / build-amd64 (push) Successful in 28s
Lint Markdown files / markdown-lint (push) Successful in 4s
Update Docker Hub Description / update-description-on-hub-docker-io (push) Successful in 5s
Build / build-arm64 (push) Successful in 1m15s
This commit is contained in:
2
Makefile
2
Makefile
@@ -1,6 +1,6 @@
|
|||||||
# MARKDOWNLINT_VERSION
|
# MARKDOWNLINT_VERSION
|
||||||
# Only required to install a specify version
|
# Only required to install a specify version
|
||||||
MARKDOWNLINT_VERSION?=v0.46.0 # renovate: datasource=github-releases depName=igorshubovych/markdownlint-cli
|
MARKDOWNLINT_VERSION?=v0.47.0 # renovate: datasource=github-releases depName=igorshubovych/markdownlint-cli
|
||||||
|
|
||||||
# CONTAINER_RUNTIME
|
# CONTAINER_RUNTIME
|
||||||
# The CONTAINER_RUNTIME variable will be used to specified the path to a
|
# The CONTAINER_RUNTIME variable will be used to specified the path to a
|
||||||
|
|||||||
@@ -10,7 +10,7 @@ The workflow or how `markdownlint-ci` can be used is pretty good
|
|||||||
[documented](https://github.com/igorshubovych/markdownlint-cli#usage).
|
[documented](https://github.com/igorshubovych/markdownlint-cli#usage).
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
IMAGE_VERSION=0.45.0
|
IMAGE_VERSION=0.47.0
|
||||||
docker run \
|
docker run \
|
||||||
--rm \
|
--rm \
|
||||||
--volume "$(pwd):$(pwd)" \
|
--volume "$(pwd):$(pwd)" \
|
||||||
|
|||||||
Reference in New Issue
Block a user