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 88a8da6 commit cfd98e7Copy full SHA for cfd98e7
2 files changed
.github/workflows/markdownlint.yaml
@@ -55,7 +55,7 @@ jobs:
55
uses: YannickTeKulve/docker-run-action@37eb44806428df732c5cc168b96f2b6be8153632
56
continue-on-error: false
57
with:
58
- image: davidanson/markdownlint-cli2-rules:v0.17.2
+ image: davidanson/markdownlint-cli2-rules:v0.18.0
59
# node user does not have permissions to workspace due to user id mismatch
60
options: --volume ${{ github.workspace }}:/workdir --user root
61
# 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.17.2
+ rev: v0.18.0
30
hooks:
31
- id: markdownlint-cli2
32
0 commit comments