Skip to content

Commit 3bf70b5

Browse files
authored
Upgrading markdownlint to v0.32.2 for MD051 - link fragments checking (#218)
Upgrade markdownlint to v0.32.2 for MD051 link checking. fixes #217
1 parent ec60405 commit 3bf70b5

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Containers/Ubuntu-22/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ ARG GCC_MAJOR_VERSION=12
1616
ARG NASM_VERSION=2.16.01
1717
ARG IASL_VERSION=20210105
1818
ARG CSPELL_VERSION=5.20.0
19-
ARG MARKDOWNLINT_VERSION=0.31.0
19+
ARG MARKDOWNLINT_VERSION=0.32.2
2020

2121
# Set environment variable to avoid interaction.
2222
ENV DEBIAN_FRONTEND=noninteractive

Steps/InstallMarkdownLint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@
77

88
steps:
99

10-
- script: npm install -g markdownlint-cli@0.31.1
10+
- script: npm install -g markdownlint-cli@0.32.2
1111
displayName: Install Markdown Linter
1212
condition: succeeded()

0 commit comments

Comments
 (0)