{"id":22285510,"url":"https://github.com/katexochen/go-tidy-check","last_synced_at":"2025-07-28T22:31:21.316Z","repository":{"id":59456229,"uuid":"536167985","full_name":"katexochen/go-tidy-check","owner":"katexochen","description":"GitHub action to check if your Go modules are tidy","archived":false,"fork":false,"pushed_at":"2024-10-24T17:27:57.000Z","size":40,"stargazers_count":13,"open_issues_count":4,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-10-25T07:28:32.926Z","etag":null,"topics":["ci","github-actions","go","golang"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/katexochen.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-09-13T14:33:26.000Z","updated_at":"2023-09-14T15:06:57.000Z","dependencies_parsed_at":"2024-10-23T20:18:33.510Z","dependency_job_id":"6599ea29-518c-4a26-9b84-b74ff8475d71","html_url":"https://github.com/katexochen/go-tidy-check","commit_stats":{"total_commits":30,"total_committers":2,"mean_commits":15.0,"dds":0.09999999999999998,"last_synced_commit":"ee7bcbcf1bb084974be20325511150007573e18b"},"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/katexochen%2Fgo-tidy-check","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/katexochen%2Fgo-tidy-check/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/katexochen%2Fgo-tidy-check/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/katexochen%2Fgo-tidy-check/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/katexochen","download_url":"https://codeload.github.com/katexochen/go-tidy-check/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":227961871,"owners_count":17847836,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ci","github-actions","go","golang"],"created_at":"2024-12-03T16:52:36.550Z","updated_at":"2024-12-03T16:52:37.201Z","avatar_url":"https://github.com/katexochen.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Integration tests](https://github.com/katexochen/go-tidy-check/actions/workflows/test-integration.yml/badge.svg)](https://github.com/katexochen/go-tidy-check/actions/workflows/test-integration.yml)\n[![Actionlint](https://github.com/katexochen/go-tidy-check/actions/workflows/test-lint.yml/badge.svg)](https://github.com/katexochen/go-tidy-check/actions/workflows/test-lint.yml)\n\n# 🧹 Check if your modules are tidy\n\nThis tool checks whether `go mod tidy` would change your modules `go.mod` or `go.sum` file.\nThe action can check multiple (sub)modules and will print a diff of the changes that should\nbe made. It will not make any changes to your modules.\n\nMay there be a [`go mod tidy -check`](https://github.com/golang/go/issues/27005) in the future to replace this action.\n\n## 💥 Action\n\n### Usage\n\n```yaml\nname: Go mod tidy check\n    runs-on: ubuntu-latest\n    steps:\n      - uses: actions/checkout@v3\n      - uses: actions/setup-go@v4 # Go version must be at least 1.20.\n\n      - uses: katexochen/go-tidy-check@v2\n        with:\n          # (Optional) The path to the root of each modules, space separated. Default is the current directory.\n          modules: . ./module1 ./module2\n          # (Optional) Check submodules. This will use a go.work file if present, otherwise search subdirectories\n          # for go.mod files. Default is false.\n          submodules: \"true\"\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkatexochen%2Fgo-tidy-check","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkatexochen%2Fgo-tidy-check","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkatexochen%2Fgo-tidy-check/lists"}