Skip to content

Commit 1235d34

Browse files
Lanning, MarkLanning, Mark
authored andcommitted
update for depreciated markdown checker
1 parent 0f54d91 commit 1235d34

File tree

3 files changed

+8
-10
lines changed

3 files changed

+8
-10
lines changed
Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,7 @@
11
# ================================================================================
22
# MARKDOWN LINK CHECKER
33
# ================================================================================
4-
# https://github.com/gaurav-nelson/github-action-markdown-link-check?tab=readme-ov-file
5-
# <!-- markdown-link-check-disable --> and <!-- markdown-link-check-enable-->
6-
# Check a single file using:
7-
# markdown-link-check ./README.md
8-
# Recursive:
9-
# find . -name \*.md -print0 | xargs -0 -n1 markdown-link-check -q -p
4+
# https://github.com/tcort/github-action-markdown-link-check
105
# ================================================================================
116
name: Check Markdown links
127

@@ -16,8 +11,9 @@ jobs:
1611
markdown-link-check:
1712
runs-on: ubuntu-latest
1813
steps:
19-
- uses: actions/checkout@master
20-
- uses: gaurav-nelson/github-action-markdown-link-check@v1
14+
- uses: actions/checkout@v4
15+
- uses: tcort/github-action-markdown-link-check@v1
2116
with:
2217
use-quiet-mode: 'yes'
23-
config-file: '.github/workflows/markdown_checker.json'
18+
use-verbose-mode: 'yes'
19+
check-modified-files-only: 'yes'

Services/src/ThingsLibrary.Services/ThingsLibrary.Services.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
</ItemGroup>
3030

3131
<ItemGroup>
32-
<ProjectReference Include="..\..\..\Base\src\ThingsLibrary.Base\ThingsLibrary.csproj" />
32+
<ProjectReference Include="..\..\..\Base\src\ThingsLibrary.Base\ThingsLibrary.csproj" />
3333
</ItemGroup>
3434

3535
</Project>

ThingsLibrary.Frameworks.sln

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ThingsLibrary.Core.Tests",
1313
EndProject
1414
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".github", ".github", "{363AB45F-AE3E-4EF1-8FDA-846B982DDFEF}"
1515
ProjectSection(SolutionItems) = preProject
16+
.github\workflows\markdown_checker.json = .github\workflows\markdown_checker.json
17+
.github\workflows\markdown_checker.yml = .github\workflows\markdown_checker.yml
1618
.github\workflows\publish_nugets.yml = .github\workflows\publish_nugets.yml
1719
.github\workflows\pull_requests.yml = .github\workflows\pull_requests.yml
1820
EndProjectSection

0 commit comments

Comments
 (0)