Skip to content
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

chore: add go mod tidy lint step #1434

Merged
merged 4 commits into from
Mar 23, 2023
Merged

chore: add go mod tidy lint step #1434

merged 4 commits into from
Mar 23, 2023

Conversation

GeorgeMac
Copy link
Member

Fixes #1432

Adds a step to the linting which runs go mod tidy and looks for clean git state.

@GeorgeMac GeorgeMac requested a review from a team as a code owner March 23, 2023 11:48
@pull-request-size pull-request-size bot added size/M and removed size/S labels Mar 23, 2023
@GeorgeMac
Copy link
Member Author

@codecov
Copy link

codecov bot commented Mar 23, 2023

Codecov Report

Merging #1434 (c7a5625) into main (1c1b840) will increase coverage by 0.18%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##             main    #1434      +/-   ##
==========================================
+ Coverage   77.98%   78.17%   +0.18%     
==========================================
  Files          43       43              
  Lines        3239     3239              
==========================================
+ Hits         2526     2532       +6     
+ Misses        569      565       -4     
+ Partials      144      142       -2     

see 1 file with indirect coverage changes

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@pull-request-size pull-request-size bot added size/S and removed size/M labels Mar 23, 2023
Copy link
Collaborator

@markphelps markphelps left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🧹

@GeorgeMac GeorgeMac merged commit 20fa6b4 into main Mar 23, 2023
@GeorgeMac GeorgeMac deleted the gm/mod-tidy-check branch March 23, 2023 12:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Implement go mod tidy check in CI
2 participants