-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
style: update formatting for go code and add CI check #12040
style: update formatting for go code and add CI check #12040
Conversation
20a26be
to
24ede51
Compare
Hello! I am a robot. Tests will require approval from a repository maintainer to run. @rileykarson, a repository maintainer, has been assigned to review your changes. If you have not received review feedback within 2 business days, please leave a comment on this PR asking them to take a look. You can help make sure that review is quick by doing a self-review and by running impacted tests locally. |
24ede51
to
526bdcb
Compare
8335ecc
to
9291018
Compare
/gcbrun |
9291018
to
1421c09
Compare
I assume |
I needed to make some changes out of band to allow the build to go through. It should run now /gcbrun |
Hi there, I'm the Modular magician. I've detected the following information about your changes: Diff reportYour PR hasn't generated any diffs, but I'll let you know if a future commit does. |
…tform#12040) Co-authored-by: Scott Suarez <ScottSuarez@google.com>
…tform#12040) Co-authored-by: Scott Suarez <ScottSuarez@google.com>
…tform#12040) Co-authored-by: Scott Suarez <ScottSuarez@google.com>
…tform#12040) Co-authored-by: Scott Suarez <ScottSuarez@google.com>
…tform#12040) Co-authored-by: Scott Suarez <ScottSuarez@google.com>
…tform#12040) Co-authored-by: Scott Suarez <ScottSuarez@google.com>
Some go files in the project were not formatted. Add a CI check which should fail when files are not formatted; a second commit will then pass with the
gofmt -w
fixes.Failing check without all files formatted:
https://github.com/GoogleCloudPlatform/magic-modules/actions/runs/11391921639/job/31696780814?pr=12040
Release Note Template for Downstream PRs (will be copied)