Skip to content

Commit e562b36

Browse files
authored
Merge pull request #342 from AArnott/mlc
Add markup link checker to GitHub workflow
2 parents aa8e870 + b3b3da2 commit e562b36

2 files changed

Lines changed: 12 additions & 2 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

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ You should install the version specified in `global.json` or a later version wit
2525
the same major.minor.Bxx "hundreds" band.
2626
For example if 2.2.300 is specified, you may install 2.2.300, 2.2.301, or 2.2.310
2727
while the 2.2.400 version would not be considered compatible by .NET SDK.
28-
See [.NET Core Versioning](https://docs.microsoft.com/dotnet/core/versions/) for more information.
28+
See [.NET Core Versioning](https://learn.microsoft.com/dotnet/core/versions/) for more information.
2929

3030
## Package restore
3131

@@ -44,7 +44,7 @@ Building, testing, and packing this repository can be done by using the standard
4444
## Releases
4545

4646
Use `nbgv tag` to create a tag for a particular commit that you mean to release.
47-
[Learn more about `nbgv` and its `tag` and `prepare-release` commands](https://github.com/dotnet/Nerdbank.GitVersioning/blob/main/doc/nbgv-cli.md).
47+
[Learn more about `nbgv` and its `tag` and `prepare-release` commands](https://dotnet.github.io/Nerdbank.GitVersioning/docs/nbgv-cli.html).
4848

4949
Push the tag.
5050

0 commit comments

Comments
 (0)