Skip to content

Commit

Permalink
Add markup link checker to GitHub workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
AArnott committed Jan 27, 2025
1 parent aa8e870 commit 66fe1ca
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,3 +69,13 @@ jobs:
timeout-minutes: 3
continue-on-error: true
if: env.codecov_token != ''

docs:
name: 📃 Docs
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: 🔗 Markup Link Checker (mlc)
uses: becheran/mlc@v0.19.0
with:
args: --do-not-warn-for-redirect-to https://learn.microsoft.com*,https://dev.azure.com/*,https://app.codecov.io/* -p docfx

0 comments on commit 66fe1ca

Please sign in to comment.