Skip to content

Commit dc29c9c

Browse files
committed
chore(ci): Migrate to linkspector
1 parent 49d7f45 commit dc29c9c

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.github/workflows/validation.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -75,10 +75,7 @@ jobs:
7575
runs-on: ubuntu-latest
7676
steps:
7777
- uses: actions/checkout@v4
78-
- uses: gaurav-nelson/github-action-markdown-link-check@v1
78+
- name: Run linkspector
79+
uses: umbrelladocs/action-linkspector@v1
7980
with:
80-
use-quiet-mode: yes
81-
# use-verbose-mode: no
82-
config-file: md_link_check_config.json
83-
folder-path: docs
84-
file-path: ./README.md
81+
fail_on_error: true

0 commit comments

Comments
 (0)