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 @@ -66,7 +66,7 @@ jobs:
- name: Run markdownlint with rules as container
env:
# renovate: datasource=docker depName=davidanson/markdownlint-cli2-rules versioning=docker
MARKDOWNLINT_VERSION: v0.21.0
MARKDOWNLINT_VERSION: v0.22.0
continue-on-error: false
run: |
# node user does not have permissions to workspace due to user id mismatch
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.21.0
rev: v0.22.0
hooks:
- id: markdownlint-cli2

Expand Down