-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Adding broken links checker #877
Adding broken links checker #877
Conversation
✅ Gradle Wrapper Validation success f39c54aae4ee4f7be4c1ba486e2c155696aae267 |
✅ DCO Check Passed f39c54aae4ee4f7be4c1ba486e2c155696aae267 |
✅ Gradle Precommit success f39c54aae4ee4f7be4c1ba486e2c155696aae267 |
✅ DCO Check Passed 2b90cdae0b496745e6283be54db8078e41db4f62 |
✅ Gradle Wrapper Validation success 2b90cdae0b496745e6283be54db8078e41db4f62 |
✅ Gradle Precommit success 2b90cdae0b496745e6283be54db8078e41db4f62 |
Signed-off-by: Vacha Shah <vachshah@amazon.com>
2b90cda
to
826ec53
Compare
✅ DCO Check Passed 826ec53 |
✅ Gradle Wrapper Validation success 826ec53 |
Broken links found in the link checker. I will be working on fixing those. |
✅ Gradle Precommit success 826ec53 |
start gradle check |
✅ Gradle Wrapper Validation success 826ec53 |
✅ DCO Check Passed 826ec53 |
✅ Gradle Precommit success 826ec53 |
✅ DCO Check Passed 7c8733a9f5407d985db0085cb3c5bf9f08e08adb |
7c8733a
to
78ecbc3
Compare
✅ Gradle Wrapper Validation success 78ecbc380c36bee6acf1798e25625f9d0874b66c |
✅ DCO Check Passed 78ecbc380c36bee6acf1798e25625f9d0874b66c |
Signed-off-by: Vacha Shah <vachshah@amazon.com>
78ecbc3
to
682c63c
Compare
✅ Gradle Wrapper Validation success 682c63c |
✅ DCO Check Passed 682c63c |
✅ Gradle Precommit success 78ecbc380c36bee6acf1798e25625f9d0874b66c |
✅ Gradle Precommit success 682c63c |
It found some real issues! Let's fix them as part of this CR. |
Yes I have created a Meta issue for all the broken links: #894 and am working on fixing them. |
Signed-off-by: Vacha Shah <vachshah@amazon.com>
✅ Gradle Wrapper Validation success 0502777 |
✅ DCO Check Passed 0502777 |
✅ Gradle Precommit success 0502777 |
Signed-off-by: Vacha Shah <vachshah@amazon.com>
✅ Gradle Wrapper Validation success a74a33f |
✅ DCO Check Passed a74a33f |
✅ Gradle Precommit success a74a33f |
start gradle check |
Thanks @VachaShah for taking care of this! |
* Fix integer overflow for remaining index stats Signed-off-by: Vacha Shah <vachshah@amazon.com> * Adding changelog Signed-off-by: Vacha Shah <vachshah@amazon.com> --------- Signed-off-by: Vacha Shah <vachshah@amazon.com>
Signed-off-by: Vacha Shah vachshah@amazon.com
Description
Adding a broken links checker github action to check for broken links on PRs and push.
Issues Resolved
#873
Check List
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.