Skip to content

ci: add tidy-check to enforce go modules are tidy#1847

Merged
AkramBitar merged 2 commits into
mainfrom
ci/tidy-check
Jul 7, 2026
Merged

ci: add tidy-check to enforce go modules are tidy#1847
AkramBitar merged 2 commits into
mainfrom
ci/tidy-check

Conversation

@AkramBitar

@AkramBitar AkramBitar commented Jul 2, 2026

Copy link
Copy Markdown
Contributor

Addresses #1831

Tested locally by injecting a fake dependency into go.mod and running make tidy-check. The check correctly detected the untidy modul and failed with error message.

@AkramBitar AkramBitar added this to the Q3/26 milestone Jul 2, 2026
@AkramBitar AkramBitar requested a review from adecaro July 2, 2026 15:19
@AkramBitar AkramBitar self-assigned this Jul 2, 2026
@AkramBitar AkramBitar added the enhancement New feature or request label Jul 2, 2026
@AkramBitar AkramBitar linked an issue Jul 2, 2026 that may be closed by this pull request
Signed-off-by: AkramBitar <akram@il.ibm.com>

@adecaro adecaro left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

LGTM

@AkramBitar AkramBitar enabled auto-merge (rebase) July 7, 2026 20:03
@AkramBitar AkramBitar merged commit bc3069c into main Jul 7, 2026
7 checks passed
@AkramBitar AkramBitar deleted the ci/tidy-check branch July 7, 2026 20:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

ci: add mod tidiness check

2 participants