-
Notifications
You must be signed in to change notification settings - Fork 372
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
Improve github action #493
Improve github action #493
Conversation
Can we not do the indentation? I find unnecessary yaml indents superfluous. :) |
Codecov Report
@@ Coverage Diff @@
## master #493 +/- ##
========================================
+ Coverage 56.47% 57% +0.52%
========================================
Files 19 21 +2
Lines 926 956 +30
========================================
+ Hits 523 545 +22
- Misses 350 357 +7
- Partials 53 54 +1
Continue to review full report at Codecov.
|
As you wish. In general, I setup lint in my environment. |
YAML indentation is not done in Kubernetes ecosystem, in general so avoiding would be the best. |
* whitespace (trim) * better step naming
61bbe53
to
a9c5c56
Compare
Better to be consistent. Reverted indentation but kept the trimming. |
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.
Overall looks good to me.
.github/workflows/ci.yml
Outdated
- name: Verify code quality | ||
|
||
- name: Ensure go modul is tidy |
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.
There's a typo here.
.github/workflows/ci.yml
Outdated
- name: Verify code quality | ||
|
||
- name: Ensure go modul is tidy |
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.
Ensure go.mod is already tidied
nits but /lgtm |
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: ahmetb, ferhatelmas The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
id
from setupRelated to the comment: #491 (comment)
Own initiative, feel free to close abruptly.