Skip to content

Commit 66fe1ca

Browse files
committed
Add markup link checker to GitHub workflow
1 parent aa8e870 commit 66fe1ca

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,3 +69,13 @@ jobs:
6969
timeout-minutes: 3
7070
continue-on-error: true
7171
if: env.codecov_token != ''
72+
73+
docs:
74+
name: 📃 Docs
75+
runs-on: ubuntu-latest
76+
steps:
77+
- uses: actions/checkout@v4
78+
- name: 🔗 Markup Link Checker (mlc)
79+
uses: becheran/mlc@v0.19.0
80+
with:
81+
args: --do-not-warn-for-redirect-to https://learn.microsoft.com*,https://dev.azure.com/*,https://app.codecov.io/* -p docfx

0 commit comments

Comments
 (0)