Skip to content

Commit 405df07

Browse files
committed
replace deprecated guarav-nelson with linkspector
1 parent 1e215f3 commit 405df07

File tree

3 files changed

+6
-13
lines changed

3 files changed

+6
-13
lines changed

.github/workflows/deployment-checks.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -285,9 +285,9 @@ jobs:
285285
runs-on: ubuntu-latest
286286
steps:
287287
- uses: actions/checkout@v4
288-
- uses: gaurav-nelson/github-action-markdown-link-check@v1
288+
- name: Run linkspector
289+
- uses: umbrelladocs/action-linkspector@v1
289290
with:
290-
use-quiet-mode: 'yes'
291-
config-file: 'mlc_config.json'
291+
fail_level: any
292292
env:
293293
CI: true

.linkspector.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
dirs:
2+
- .
3+
useGitIgnore: true

mlc_config.json

Lines changed: 0 additions & 10 deletions
This file was deleted.

0 commit comments

Comments
 (0)