File tree Expand file tree Collapse file tree 2 files changed +16
-4
lines changed Expand file tree Collapse file tree 2 files changed +16
-4
lines changed Original file line number Diff line number Diff line change 1+ files :
2+ - README.md
3+ dirs :
4+ - ./
5+ - doc
6+ useGitIgnore : true
7+ ignorePatterns :
8+ - pattern : ' ^http://localhost:.*$'
Original file line number Diff line number Diff line change @@ -5,10 +5,14 @@ on: push
55jobs :
66 check-markdown-links :
77 name : ' Check Markdown links'
8- runs-on : ubuntu-latest
8+ runs-on : ubuntu-22.04
99 steps :
1010 - uses : actions/checkout@v4
11- - uses : gaurav-nelson/github- action-markdown-link-check @v1
11+ - uses : umbrelladocs/ action-linkspector @v1.3.2
1212 with :
13- check-modified-files-only : ' no'
14- config-file : ' .github/check-md-links.json'
13+ github_token : ${{ secrets.github_token }}
14+ reporter : github-pr-check
15+ fail_on_error : true
16+ filter_mode : nofilter
17+ config_file : ' .github/linkspector.yml'
18+ level : ' info'
You can’t perform that action at this time.
0 commit comments