-
Notifications
You must be signed in to change notification settings - Fork 254
[Bugfix] fix linkspector ci/cd check #1917
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Signed-off-by: Brian Dellabetta <bdellabe@redhat.com>
👋 Hi! Thank you for contributing to llm-compressor. Please add the ready label when the PR is ready for review. Note: This is required to complete the testing suite, please only add the label once the PR is code complete and local testing has been performed. |
Signed-off-by: Brian Dellabetta <bdellabe@redhat.com>
Signed-off-by: Brian Dellabetta <bdellabe@redhat.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awesome, thanks for fixing it!
Signed-off-by: Brian Dellabetta <bdellabe@redhat.com>
SUMMARY:
Linkspector is currently failing to catch broken links. After a slight update to the action yaml, errors are appropriately being logged and the check goes red if markdown links are broken. I also fixed any broken links reported by linkspector
Follow-up to #1911
TEST PLAN:
Prior to this PR, a number of links are broken. For example, click QuipModifier link on this page and it will 404. linkspector now catches these, example error readout can be found in these logs.
I updated all of broken links so it is green now, click QuipModifier on this page and it will resolve now