-
Notifications
You must be signed in to change notification settings - Fork 10
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
feat(ci): Github Workflow for Golang static checks and linting #36
Conversation
df4341f
to
61f6e21
Compare
Tested on a remote instance, working as expected after merge of #38 |
Hey @dvjsharma , since #38 is merged, please rebase the branch. Also, the repo requires signed commits. Please sign the commit before pushing. |
61f6e21
to
46bdb50
Compare
Hi @GMishx, I've completed the rebase and signed the commit. The check has passed successfully. PTAL |
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.
The rest looks good to me. FYI, we can still customize this using a YAML config.
6607f19
to
58ea840
Compare
Signed-off-by: Divij Sharma <[email protected]>
58ea840
to
0e8228d
Compare
Description
Added Github Workflow for Golang static checks and linting
completes #33
Note: To be merged once the codebase is error-free. following are the current errors:
Merge after #38
CC @avinal @GMishx