Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 32d6d9d

Browse files
chore(deps): update markdownlint-cli2 to v0.20.0 (#92)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent a03c3dd commit 32d6d9d

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
@@ -67,7 +67,7 @@ jobs:
6767
uses: YannickTeKulve/docker-run-action@37eb44806428df732c5cc168b96f2b6be8153632
6868
continue-on-error: false
6969
with:
70-
image: davidanson/markdownlint-cli2-rules:v0.19.1
70+
image: davidanson/markdownlint-cli2-rules:v0.20.0
7171
# node user does not have permissions to workspace due to user id mismatch
7272
options: --volume ${{ github.workspace }}:/workdir --user root
7373
# use the config file that is stored outside the root for CI specific configuration

.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.19.1
29+
rev: v0.20.0
3030
hooks:
3131
- id: markdownlint-cli2
3232

0 commit comments

Comments
 (0)