Skip to content

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

Open
AkramBitar wants to merge 1 commit into
mainfrom
ci/tidy-check
Open

ci: add tidy-check to enforce go modules are tidy#1847
AkramBitar wants to merge 1 commit 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>
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

1 participant