We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9be507b commit c4370faCopy full SHA for c4370fa
2 files changed
.github/workflows/markdownlint.yaml
@@ -66,7 +66,7 @@ jobs:
66
- name: Run markdownlint with rules as container
67
env:
68
# renovate: datasource=docker depName=davidanson/markdownlint-cli2-rules versioning=docker
69
- MARKDOWNLINT_VERSION: v0.21.0
+ MARKDOWNLINT_VERSION: v0.22.0
70
continue-on-error: false
71
run: |
72
# node user does not have permissions to workspace due to user id mismatch
.pre-commit-config.yaml
@@ -26,7 +26,7 @@ repos:
26
- id: mdformat
27
28
- repo: https://github.com/DavidAnson/markdownlint-cli2
29
- rev: v0.21.0
+ rev: v0.22.0
30
hooks:
31
- id: markdownlint-cli2
32
0 commit comments