Add a script to verify that URLs in API documentation are valid
This commit is contained in:
@@ -35,6 +35,7 @@ EXCLUDED_PATTERNS=(
|
||||
"verify-*-dockerized.sh" # Don't run any scripts that intended to be run dockerized
|
||||
"verify-golangci-lint-pr.sh" # Don't run this as part of the block pull-kubernetes-verify yet. TODO(pohly): try this in a non-blocking job and then reconsider this.
|
||||
"verify-licenses.sh" # runs in a separate job to monitor availability of the dependencies periodically
|
||||
"verify-openapi-docs-urls.sh" # Spams docs URLs, don't run in CI.
|
||||
)
|
||||
|
||||
# Exclude typecheck in certain cases, if they're running in a separate job.
|
||||
|
Reference in New Issue
Block a user