mirror of
https://github.com/curl/curl.git
synced 2026-07-24 18:27:20 +03:00
mdlinkcheck: detect and check "raw" links
- URLs specified outside of the markdown []() are now extracted and checked - also check TODO, FAQ and KNOWN_BUGS - more aggressive avoiding to check github.com/curl/curl, all uses of example domains and some more established URLs on the curl.se site - list all errors in the end to make them easier to spot in CI logs Closes #19848
This commit is contained in:
parent
ca24b6a061
commit
51587f6f14
2 changed files with 68 additions and 18 deletions
6
.github/workflows/checkdocs.yml
vendored
6
.github/workflows/checkdocs.yml
vendored
|
|
@ -15,8 +15,7 @@ name: 'Docs'
|
|||
paths:
|
||||
- '.github/workflows/checkdocs.yml'
|
||||
- '.github/scripts/**'
|
||||
- '.github/scripts/mdlinkcheck'
|
||||
- '/scripts/**'
|
||||
- 'scripts/**'
|
||||
- '**.md'
|
||||
- 'docs/*'
|
||||
pull_request:
|
||||
|
|
@ -25,8 +24,7 @@ name: 'Docs'
|
|||
paths:
|
||||
- '.github/workflows/checkdocs.yml'
|
||||
- '.github/scripts/**'
|
||||
- '.github/scripts/mdlinkcheck'
|
||||
- '/scripts/**'
|
||||
- 'scripts/**'
|
||||
- '**.md'
|
||||
- 'docs/*'
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue