We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 638df64 + 3d8749b commit db54840Copy full SHA for db54840
1 file changed
.github/workflows/link-check.yml
@@ -23,7 +23,7 @@ jobs:
23
uses: actions/checkout@v4
24
25
- name: Check links in content directory
26
- uses: gaurav-nelson/github-action-markdown-link-check@v1.0.15
+ uses: gaurav-nelson/github-action-markdown-link-check@1.0.17
27
with:
28
use-quiet-mode: 'yes'
29
use-verbose-mode: 'no'
@@ -32,7 +32,7 @@ jobs:
32
check-modified-files-only: ${{ github.event_name == 'pull_request' && 'yes' || 'no' }}
33
34
- name: Check links in root markdown files
35
36
37
38
0 commit comments