File tree 2 files changed +25
-6
lines changed
2 files changed +25
-6
lines changed Original file line number Diff line number Diff line change 7
7
jobs :
8
8
check-links :
9
9
name : Linkspector
10
- runs-on : ubuntu-22.04
10
+ runs-on : ubuntu-latest
11
11
steps :
12
12
- uses : actions/checkout@v4
13
- - name : Run linkspector
14
- uses : umbrelladocs/action-linkspector@v1
13
+ - uses : gaurav-nelson/github-action-markdown-link-check@v1
15
14
with :
16
- github_token : ${{ secrets.github_token }}
17
- reporter : github-pr-review
18
- fail_on_error : true
15
+ use-quiet-mode : " yes"
16
+ use-verbose-mode : " yes"
Original file line number Diff line number Diff line change
1
+ {
2
+ "ignorePatterns" : [
3
+ {
4
+ "pattern" : " ^https?://www.turing.ac.uk/.*"
5
+ },
6
+ {
7
+ "pattern" : " ^https?://sqlitebrowser.org/.*"
8
+ },
9
+ {
10
+ "pattern" : " ^https?://clockify.me/.*"
11
+ }
12
+ ],
13
+ "timeout" : " 180s" ,
14
+ "retryOn429" : true ,
15
+ "retryCount" : 5 ,
16
+ "fallbackRetryDelay" : " 30s" ,
17
+ "aliveStatusCodes" : [
18
+ 200 ,
19
+ 206
20
+ ]
21
+ }
You can’t perform that action at this time.
0 commit comments