Skip to content

Commit c7fa97d

Browse files
remove old one
1 parent 849c31c commit c7fa97d

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/markdown-link-check.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,16 +15,11 @@ jobs:
1515
steps:
1616
- uses: actions/checkout@v4
1717

18-
# Checks the status of hyperlinks in .md files in verbose mode
18+
# Checks the status of hyperlinks in all files
1919
- name: Run linkspector
2020
uses: umbrelladocs/action-linkspector@v1
2121
with:
2222
reporter: github-pr-review
2323
filter_mode: nofilter
2424
fail_on_error: true
2525
config_file: ".github/workflows/.linkspector.yml"
26-
- name: Check links
27-
uses: gaurav-nelson/github-action-markdown-link-check@v1
28-
with:
29-
use-verbose-mode: "yes"
30-
config-file: ".github/workflows/markdown-link-check-config.json"

0 commit comments

Comments
 (0)