Compare commits

...
3 Commits
Author SHA1 Message Date
CSRBot 04ca4e2c7c chore(deps): update docker.io/library/node docker tag to v26.5.0
Build / build-amd64 (pull_request) Successful in 1m4s
Lint Markdown files / markdown-lint (pull_request) Successful in 7s
Build / build-arm64 (pull_request) Successful in 1m45s
2026-07-15 03:07:29 +00:00
CSRBot 59766cedd6 Merge pull request 'chore(deps): update dependency igorshubovych/markdownlint-cli to v0.49.1' (#151) from renovate/igorshubovych-markdownlint-cli-0.x into master
Auto release / tag_on_change (push) Successful in 13s
Build / build-amd64 (push) Successful in 1m5s
Lint Markdown files / markdown-lint (push) Successful in 8s
Update Docker Hub Description / update-description-on-hub-docker-io (push) Successful in 7s
Build / build-arm64 (push) Successful in 1m39s
2026-07-15 00:11:37 +00:00
CSRBot 2a2da3809d 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
2026-07-15 00:09:20 +00:00
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
FROM docker.io/library/node:26.4.0-alpine AS build FROM docker.io/library/node:26.5.0-alpine AS build
ARG MARKDOWNLINT_VERSION=master ARG MARKDOWNLINT_VERSION=master
+1 -1
View File
@@ -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.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 # 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
+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). [documented](https://github.com/igorshubovych/markdownlint-cli#usage).
```bash ```bash
IMAGE_VERSION=0.49.0 IMAGE_VERSION=0.49.1
docker run \ docker run \
--rm \ --rm \
--volume "$(pwd):$(pwd)" \ --volume "$(pwd):$(pwd)" \