Add create repository with an initial commit with empty README#2333
Add create repository with an initial commit with empty README#2333gmlewis merged 3 commits intogoogle:masterfrom
Conversation
|
Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). For more information, open the CLA check for this pull request. |
Codecov Report
@@ Coverage Diff @@
## master #2333 +/- ##
=======================================
Coverage 98.04% 98.04%
=======================================
Files 118 118
Lines 10458 10458
=======================================
Hits 10254 10254
Misses 140 140
Partials 64 64 Continue to review full report at Codecov.
|
sure. just updated. |
gmlewis
left a comment
There was a problem hiding this comment.
I think you just need to run gofmt on the modified file, and we should be ready to merge.
gofmt and govet are not handled by golangci-lint, which runs in a separate actions workflow. No need to run them here as well.
Done |
No description provided.