Find the Gaps
Version updated for https://github.com/sandgardenhq/find-the-gaps to version v0.4.1.
- This action is used across all versions by ? repositories.
Action Type
This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
“Find the Gaps” is a CLI tool designed to analyze a codebase and its corresponding documentation to identify outdated, missing, or mismatched documentation. It automates the process of detecting issues such as undocumented APIs or discrepancies between code and documentation, which are often overlooked by traditional link or spell checkers. By leveraging language parsing and documentation analysis, it provides detailed reports to help maintainers ensure their documentation stays accurate and up-to-date.
What’s Changed
What’s Changed
- fix(analyzer): fail-open on per-batch image download errors in relevance pass by @britt in https://github.com/sandgardenhq/find-the-gaps/pull/58
Full Changelog: https://github.com/sandgardenhq/find-the-gaps/compare/v0.4.0...v0.4.1