1
0
mirror of synced 2025-12-30 03:01:36 -05:00

optionally check external URLs in rendered content (#25429)

This commit is contained in:
Peter Bengtsson
2022-08-29 22:43:12 +02:00
committed by GitHub
parent 47d38c7435
commit 05967a9b68
2 changed files with 158 additions and 29 deletions

View File

@@ -53,6 +53,14 @@ jobs:
# Don't care about CDN caching image URLs
DISABLE_REWRITE_ASSET_URLS: true
run: |
# Note as of Aug 2022, we *don't* check external links
# on the pages you touched in the PR. We could enable that
# but it has the added risk of false positives blocking CI.
# We are using this script for the daily/nightly checker that
# checks external links too. Once we're confident it really works
# well, we can consider enabling it here on every content PR too.
./script/rendered-content-link-checker.js \
--language en \
--max 100 \