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

Skip to content

Commit cfd98e7

Browse files
chore(deps): update markdownlint-cli2 to v0.18.0 (minor) (#41)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 88a8da6 commit cfd98e7

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
@@ -55,7 +55,7 @@ jobs:
5555
uses: YannickTeKulve/docker-run-action@37eb44806428df732c5cc168b96f2b6be8153632
5656
continue-on-error: false
5757
with:
58-
image: davidanson/markdownlint-cli2-rules:v0.17.2
58+
image: davidanson/markdownlint-cli2-rules:v0.18.0
5959
# node user does not have permissions to workspace due to user id mismatch
6060
options: --volume ${{ github.workspace }}:/workdir --user root
6161
# 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.17.2
29+
rev: v0.18.0
3030
hooks:
3131
- id: markdownlint-cli2
3232

0 commit comments

Comments
 (0)