Skip to content

Commit 0e2e4d3

Browse files
committed
use new link cheker action, issue 119
1 parent e25f5fc commit 0e2e4d3

3 files changed

Lines changed: 12 additions & 32 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ jobs:
1515
runs-on: ubuntu-latest
1616
steps:
1717
- uses: actions/checkout@v3
18-
- uses: gaurav-nelson/github-action-markdown-link-check@v1
18+
- uses: umbrelladocs/action-linkspector@v1
1919
with:
20-
config-file: '.mlc-config.json'
20+
config-file: '.linkspector.yml'

.linkspector.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
ignorePatterns:
2+
- pattern: "^http://localhost"
3+
- pattern: "^https://doi.org/<replace-with-created-DOI>"
4+
- pattern: "^https://github.com/.*/settings/secrets/actions$"
5+
- pattern: "^https://github.com/organizations/.*/repositories/new"
6+
- pattern: "^https://test.pypi.org"
7+
- pattern: "^https://bestpractices.coreinfrastructure.org/projects/<replace-with-created-project-identifier>"
8+
- pattern: "^https://readthedocs.org/dashboard/import.*"
9+
10+
useGitIgnore: true

.mlc-config.json

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

0 commit comments

Comments
 (0)