这是indexloc提供的服务,不要输入任何密码
Skip to content

Conversation

@leomaurodesenv
Copy link
Owner

Add link checking workflow

Summary

This PR adds automated link checking to the CI workflow to detect and report broken or invalid links in markdown files.

Changes

  • Added a new check-links job to the continuous integration workflow
  • Integrated lychee action to validate all links in README.md
  • Configured to accept valid HTTP status codes (200, 204, 429)
  • Set fail: false to prevent workflow failures while still reporting broken links

Benefits

  • Early detection: Catch broken links before they affect users
  • Automated validation: No manual checking required
  • Non-blocking: Workflow continues even if broken links are found (reports them in the logs)
  • Comprehensive: Checks all markdown files automatically

@leomaurodesenv leomaurodesenv self-assigned this Nov 16, 2025
@leomaurodesenv leomaurodesenv added the enhancement New feature or request label Nov 16, 2025
@leomaurodesenv leomaurodesenv linked an issue Nov 16, 2025 that may be closed by this pull request
@leomaurodesenv leomaurodesenv force-pushed the feat/update-inactive-links-and-datasets branch 2 times, most recently from 82a59c9 to 00b2e35 Compare November 16, 2025 23:30
@leomaurodesenv leomaurodesenv force-pushed the feat/update-inactive-links-and-datasets branch from 00b2e35 to 97711f9 Compare November 16, 2025 23:37
@leomaurodesenv leomaurodesenv merged commit a30350c into master Nov 17, 2025
5 of 6 checks passed
@leomaurodesenv leomaurodesenv deleted the feat/update-inactive-links-and-datasets branch November 17, 2025 00:41
@leomaurodesenv
Copy link
Owner Author

you can now check the links directly in the CI/CD
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Update Inactive Links and Datasets

2 participants