ci: Remove link check from Vercel build, keep in PR check - #1960
Merged
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
marcleblanc2
enabled auto-merge (squash)
September 15, 2026 17:35
marcleblanc2
disabled auto-merge
September 15, 2026 17:36
marcleblanc2
enabled auto-merge (squash)
September 15, 2026 17:36
pjlast
approved these changes
Sep 16, 2026
…PR check The Broken links introduced by this PR job (.github/workflows/check-links.yml) runs dev/check-links.mjs on every pull request, with a baseline so it only reports links the PR introduces, and comments the findings. Running it again without flags in npm run build duplicated that check and made a dead link anywhere in the tree fail the deploy, even one not introduced by the commit. npm run build now runs only the filenames and images checks. npm run check still runs all three. Amp-Thread-ID: https://ampcode.com/threads/T-01a09f23-2ad6-76a8-a697-3da4969f29f9 Co-authored-by: Amp <amp@ampcode.com>
marcleblanc2
force-pushed
the
marc/build/no-link-check
branch
from
September 17, 2026 00:26
1440f0e to
f1b1846
Compare
Contributor
Contributor
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
dev/check-links.mjsscript is used in the Check links PR check