Compare commits

..

3 Commits

Author SHA1 Message Date
volker.raschek 474d9482f8 Merge branch 'master' into renovate/igorshubovych-markdownlint-cli-0.x
Build / build-amd64 (pull_request) Successful in 27s
Lint Markdown files / markdown-lint (pull_request) Successful in 4s
Build / build-arm64 (pull_request) Successful in 1m11s
2026-01-04 09:23:13 +00:00
CSRBot 078afe5dd3 chore(deps): update actions/checkout action to v6
Build / build-amd64 (pull_request) Successful in 28s
Lint Markdown files / markdown-lint (pull_request) Successful in 4s
Build / build-arm64 (pull_request) Successful in 1m13s
Build / build-amd64 (push) Successful in 28s
Lint Markdown files / markdown-lint (push) Successful in 4s
Build / build-arm64 (push) Successful in 1m16s
2026-01-04 09:16:40 +00:00
CSRBot 48bfdc0503 chore(deps): update dependency igorshubovych/markdownlint-cli to v0.47.0
Build / build-amd64 (pull_request) Successful in 29s
Lint Markdown files / markdown-lint (pull_request) Successful in 4s
Build / build-arm64 (pull_request) Successful in 1m15s
2026-01-04 09:16:37 +00:00
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5.0.0
- uses: actions/checkout@v6.0.1
with:
fetch-depth: 0
+1 -1
View File
@@ -1,6 +1,6 @@
# MARKDOWNLINT_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
# 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.45.0
IMAGE_VERSION=0.47.0
docker run \
--rm \
--volume "$(pwd):$(pwd)" \