File tree Expand file tree Collapse file tree 3 files changed +16
-20
lines changed
Expand file tree Collapse file tree 3 files changed +16
-20
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ aliveStatusCodes :
2+ - 200
3+ - 406
4+ dirs :
5+ - .
6+ - .github
7+ excludedDirs :
8+ - eng/readme-templates
9+ ignorePatterns :
10+ - pattern : " ^https://dotnetbinaries.blob.core.windows.net/dockerassets"
11+ - pattern : " ^https://github.com/dotnet/release/blob/main/.github/ISSUE_TEMPLATE/dotnet-fx-docker-servicing-release.md"
12+ useGitIgnore : true
Original file line number Diff line number Diff line change 1717 uses : actions/checkout@v4
1818
1919 - name : Check markdown links
20- uses : gaurav-nelson/github- action-markdown-link-check @v1
20+ uses : umbrelladocs/ action-linkspector @v1
2121 with :
22- config-file : .github/linters/.check-markdown-links.json
23- use-quiet-mode : ' yes '
24- use-verbose-mode : ' no '
22+ config_file : .github/linters/.linkspector.yml
23+ fail_on_error : true
24+ filter_mode : nofilter
You can’t perform that action at this time.
0 commit comments