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 5a8e142
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,11 @@ jobs:
- name: 📚 Verify docfx build
run: dotnet docfx docfx/docfx.json --warningsAsErrors --disableGitFeatures
if: runner.os == 'Linux'
- name: 🔗 Markup Link Checker (mlc)
uses: becheran/[email protected]
with:
args: --gitignore --root-dir .
if: runner.os == 'Linux'
- name: ⚙ Update pipeline variables based on build outputs
run: tools/variables/_define.ps1
shell: pwsh
Expand Down

0 comments on commit 5a8e142

Please sign in to comment.