-
Notifications
You must be signed in to change notification settings - Fork 134
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
Add ci and makefile #2
Conversation
Poorunga
commented
May 29, 2021
•
edited
Loading
edited
- add vendor
- add makefile, hack and workflows
- add license and issue_template
.github/workflows/main.yaml
Outdated
on: | ||
push: | ||
branches: | ||
- add-ci |
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.
It seems for testing?
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.
Yes, but the last commit changes Ci to main
branch.
Please split vendor code into separate PR. |
need rebase |
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.
The vendor code can be deleted in this PR?
Signed-off-by: khalid-davis <qinkai1994@qq.com>
cmd/edgemesh/app/options/options.go
Outdated
@@ -5,6 +5,7 @@ import ( | |||
|
|||
config "github.com/kubeedge/edgemesh/pkg/apis/componentconfig/edgemesh/v1alpha1" | |||
"github.com/kubeedge/edgemesh/pkg/common/constants" | |||
cliflag "k8s.io/component-base/cli/flag" |
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.
Sort the import
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.
fix
"github.com/spf13/cobra" | ||
cliflag "k8s.io/component-base/cli/flag" | ||
"k8s.io/component-base/cli/globalflag" | ||
"k8s.io/component-base/term" |
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.
ditto
Signed-off-by: khalid-davis <qinkai1994@qq.com>
/lgtm |