Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a03c3dd commit 32d6d9dCopy full SHA for 32d6d9d
2 files changed
.github/workflows/markdownlint.yaml
@@ -67,7 +67,7 @@ jobs:
67
uses: YannickTeKulve/docker-run-action@37eb44806428df732c5cc168b96f2b6be8153632
68
continue-on-error: false
69
with:
70
- image: davidanson/markdownlint-cli2-rules:v0.19.1
+ image: davidanson/markdownlint-cli2-rules:v0.20.0
71
# node user does not have permissions to workspace due to user id mismatch
72
options: --volume ${{ github.workspace }}:/workdir --user root
73
# use the config file that is stored outside the root for CI specific configuration
.pre-commit-config.yaml
@@ -26,7 +26,7 @@ repos:
26
- id: mdformat
27
28
- repo: https://github.com/DavidAnson/markdownlint-cli2
29
- rev: v0.19.1
+ rev: v0.20.0
30
hooks:
31
- id: markdownlint-cli2
32
0 commit comments