Skip to content

Commit

Permalink
Upgrading markdownlint to v0.32.2 for MD051 - link fragments checking (
Browse files Browse the repository at this point in the history
…#218)

Upgrade markdownlint to v0.32.2 for MD051 link checking. 


fixes #217
  • Loading branch information
apop5 committed Jul 6, 2023
1 parent ec60405 commit 3bf70b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Containers/Ubuntu-22/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ ARG GCC_MAJOR_VERSION=12
ARG NASM_VERSION=2.16.01
ARG IASL_VERSION=20210105
ARG CSPELL_VERSION=5.20.0
ARG MARKDOWNLINT_VERSION=0.31.0
ARG MARKDOWNLINT_VERSION=0.32.2

# Set environment variable to avoid interaction.
ENV DEBIAN_FRONTEND=noninteractive
Expand Down
2 changes: 1 addition & 1 deletion Steps/InstallMarkdownLint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@

steps:

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

0 comments on commit 3bf70b5

Please sign in to comment.