We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 674e010 commit 2d06ba4Copy full SHA for 2d06ba4
1 file changed
.github/workflows/docs_validate.yml
@@ -13,7 +13,7 @@ jobs:
13
with:
14
fetch-depth: 0 # avoid shallow clone so nbgv can do its work.
15
- name: 🔗 Markup Link Checker (mlc)
16
- uses: becheran/mlc@v0.19.0
+ uses: becheran/mlc@v0.19.2
17
18
args: --do-not-warn-for-redirect-to https://learn.microsoft.com*,https://dotnet.microsoft.com/*,https://dev.azure.com/*,https://app.codecov.io/*,https://msrc.microsoft.com/*,https://www.microsoft.com/en-us/msrc* -p docfx -i https://aka.ms/onboardsupport,https://aka.ms/spot,https://www.microsoft.com/msrc/cvd,https://www.microsoft.com/msrc
19
- name: ⚙ Install prerequisites
0 commit comments