HyperHawk Link Checker
Version updated for https://github.com/dvdstelt/hyperhawk to version v1.9.0.
- This action is used across all versions by 1 repositories.
Action Type
This is a Node action using Node version 20.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
HyperHawk is a GitHub Action designed to automatically scan markdown files for broken links and report issues directly on pull requests as inline review comments, offering one-click suggestions to fix them. It checks internal, same-organization GitHub, and external links to ensure accuracy, while also providing summary reports on pushes or scheduled workflows. This action streamlines link validation, reducing manual effort and improving documentation quality by proactively detecting and suggesting fixes for broken links.
What’s Changed
What’s Changed
- Fix URL extraction for links with balanced parentheses by @dvdstelt in https://github.com/dvdstelt/hyperhawk/pull/24
- Suggest fixing blob/tree mismatch in same-org links by @dvdstelt in https://github.com/dvdstelt/hyperhawk/pull/23
Full Changelog: https://github.com/dvdstelt/hyperhawk/compare/v1.8.5...v1.9.0