-
Notifications
You must be signed in to change notification settings - Fork 7
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 Github Actions #4
Conversation
b1b9cd5
to
61ac620
Compare
Can't see why the actions won't trigger.... |
930aef3
to
0258852
Compare
@elezar any clue what am I missing here? |
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
@shivamerla any update on moving https://gitlab.com/nvidia/cloud-native/k8s-kata-manager/-/merge_requests/32 to GitHub |
5650243
to
042c1f9
Compare
PR is good to move forward |
-v $(PWD):$(PWD) \ | ||
-w $(PWD) \ | ||
-e GOCACHE=/tmp/.cache/go \ | ||
-e GOMODCACHE=/tmp/.cache/gomod \ |
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.
I've noticed that we technically need to specify a golangci-lint cache here too.
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.
we run golangci-lint directly from it's action, this make target is mostly for build
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 if I want to run golangci-lint
after starting an interactive shell with make .shell
.
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.
Can be done as a follow-up.
042c1f9
to
b959965
Compare
b959965
to
e643642
Compare
Signed-off-by: Carlos Eduardo Arango Gutierrez <[email protected]> Signed-off-by: Evan Lezar <[email protected]>
e643642
to
fe041e3
Compare
No description provided.