Skip to content

Commit 0b1c74a

Browse files
Pin markdownlint-cli version to 0.45.0 in GitHub workflow (dotnet#62034)
* Initial plan for issue * Pin markdownlint-cli version to 0.45.0 Co-authored-by: captainsafia <[email protected]> --------- Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: captainsafia <[email protected]>
1 parent 4d10511 commit 0b1c74a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/markdownlint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@ jobs:
2424
- name: Run Markdownlint
2525
run: |
2626
echo "::add-matcher::.github/workflows/markdownlint-problem-matcher.json"
27-
npm i -g markdownlint-cli
27+
npm i -g markdownlint-cli@0.45.0
2828
markdownlint "docs/**/*.md"

0 commit comments

Comments
 (0)