Skip to content

Commit

Permalink
actions: replace linkcheck with linkspector
Browse files Browse the repository at this point in the history
  • Loading branch information
langchr86 committed Nov 13, 2024
1 parent a3335be commit d4a70c5
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 24 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/link-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ jobs:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- uses: gaurav-nelson/github-action-markdown-link-check@v1
- uses: umbrelladocs/action-linkspector@v1
with:
use-quiet-mode: 'yes'
folder-path: 'topics'
config-file: 'mlc-config.json'
fail_on_error: true
12 changes: 12 additions & 0 deletions .linkspector.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
dirs:
- topics
ignorePatterns:
- pattern: ".*.sh"
- pattern: "^images/.*"
- pattern: "^http://localhost.*"
- pattern: "^https://bitbucket.org/supercomputingsystems.*"
- pattern: "^https://stackoverflow.com.*"
aliveStatusCodes:
- 200
- 206
- 500
20 changes: 0 additions & 20 deletions mlc-config.json

This file was deleted.

0 comments on commit d4a70c5

Please sign in to comment.