-
Notifications
You must be signed in to change notification settings - Fork 173
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
Enhance workFlow to add go mod tidy #458
Conversation
Signed-off-by: kruthika04 <[email protected]>
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.
LGTM.
Thanks for the contribution !!
Consider adding modtidy-all for checking examples also? @yaron2 @dapr/maintainers-go-sdk thoughts?
Codecov ReportPatch and project coverage have no change.
Additional details and impacted files@@ Coverage Diff @@
## main #458 +/- ##
=======================================
Coverage 69.17% 69.17%
=======================================
Files 34 34
Lines 2735 2735
=======================================
Hits 1892 1892
Misses 734 734
Partials 109 109 ☔ View full report in Codecov by Sentry. |
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.
LGTM
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.
LGTM, thank you for your Grace Hopper Conference Open Source Day contribution! 🚀
Can you please add @kruthika04 ? |
Thank you for your contribution! |
Signed-off-by: kruthika04 <[email protected]>
Addresses #450
Added job to ccheck for if the go mod needs updating when we create pull requests