Workflow changes to add automated link checking#428
Merged
Conversation
Co-authored-by: TimHess <3947063+TimHess@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Update workflow file with feedback adjustments
Add check-links workflow with all feedback from PR #424 applied
Feb 23, 2026
…and-stage.yml Co-authored-by: TimHess <3947063+TimHess@users.noreply.github.com>
Copilot
AI
changed the title
Add check-links workflow
Add check-links workflow with all review feedback addressed
Feb 23, 2026
This comment was marked as outdated.
This comment was marked as outdated.
Preview link: https://www-steeltoe-pr-428.azurewebsites.net
|
…cfx files - ignore razor routes from static file checking - alter root-dir to avoid errors with asset links
- drop changes to build-and-stage - replace .ps1 with equivalent of check-links.yml
Co-authored-by: Cursor <cursoragent@cursor.com> Made-with: Cursor
Made-with: Cursor
bart-vmware
reviewed
Feb 26, 2026
This comment was marked as resolved.
This comment was marked as resolved.
Co-authored-by: Bart Koelman <104792814+bart-vmware@users.noreply.github.com>
- only use --no-progress in CI - use more defaults - change settings per-host instead of globally - check for installed lychee first
This comment was marked as resolved.
This comment was marked as resolved.
--verbose is needed to see redirect details - locally: - set user-agent locally to avoid 403 on mysql links (doesn't seem to affect CI) - ignore build/docfx-net10-binaries (like playwright readme) - longer host-request-interval and retry-wait-time
bart-vmware
reviewed
Feb 27, 2026
- since redirect fixes are already in place in other PR, change verbosity now
- also include a paste-able snippet to bust the cache for a given PR
bart-vmware
reviewed
Mar 2, 2026
Co-authored-by: Bart Koelman <104792814+bart-vmware@users.noreply.github.com>
bart-vmware
approved these changes
Mar 3, 2026
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.
Use lychee to add a broken external link checker workflow. Also addresses all workflow-related review feedback from PR #424.
check-links.yml(new)pull_request(paths:**.md,docs/**, and the workflow file itself) andworkflow_dispatchlocalhost,fortuneservice,*.internal,consul-register-example,docker://; paths.git,docs/api--max-concurrency 5,--retry-wait-time 15,--max-retries 6,--timeout 30if: ${{ !cancelled() }}; lychee's built-in# Summaryheading replaced with# Link checking resultsname: Git checkout,persist-credentials: false💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.