Skip to content

Commit 8d7d7fb

Browse files
chore(deps): update markdownlint-cli2 to v0.22.0
1 parent 9be507b commit 8d7d7fb

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/markdownlint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
- name: Run markdownlint with rules as container
6767
env:
6868
# renovate: datasource=docker depName=davidanson/markdownlint-cli2-rules versioning=docker
69-
MARKDOWNLINT_VERSION: v0.21.0
69+
MARKDOWNLINT_VERSION: v0.22.0
7070
continue-on-error: false
7171
run: |
7272
# node user does not have permissions to workspace due to user id mismatch

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ repos:
2626
- id: mdformat
2727

2828
- repo: https://github.com/DavidAnson/markdownlint-cli2
29-
rev: v0.21.0
29+
rev: v0.22.0
3030
hooks:
3131
- id: markdownlint-cli2
3232

0 commit comments

Comments
 (0)