File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 '
Original file line number Diff line number Diff line change 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
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments