Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/markdownlint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
uses: YannickTeKulve/docker-run-action@37eb44806428df732c5cc168b96f2b6be8153632
continue-on-error: false
with:
image: davidanson/markdownlint-cli2-rules:v0.19.1
image: davidanson/markdownlint-cli2-rules:v0.20.0
# node user does not have permissions to workspace due to user id mismatch
options: --volume ${{ github.workspace }}:/workdir --user root
# use the config file that is stored outside the root for CI specific configuration
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ repos:
- id: mdformat

- repo: https://github.com/DavidAnson/markdownlint-cli2
rev: v0.19.1
rev: v0.20.0
hooks:
- id: markdownlint-cli2

Expand Down