Add a script to verify that URLs in API documentation are valid

This commit is contained in:
Tim Allclair
2023-03-10 17:36:03 -08:00
parent c6f3007071
commit 3808920328
2 changed files with 56 additions and 0 deletions

View File

@@ -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.