{"id":23862907,"url":"https://github.com/jerome1337/golint-action","last_synced_at":"2026-03-09T20:32:47.584Z","repository":{"id":65155241,"uuid":"255340186","full_name":"Jerome1337/golint-action","owner":"Jerome1337","description":"Ready to use go lint GitHub action","archived":false,"fork":false,"pushed_at":"2022-11-02T15:18:25.000Z","size":9,"stargazers_count":6,"open_issues_count":1,"forks_count":3,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-08-03T16:47:20.801Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Shell","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/Jerome1337.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":"CODEOWNERS","security":null,"support":null}},"created_at":"2020-04-13T13:48:13.000Z","updated_at":"2024-07-25T14:47:57.000Z","dependencies_parsed_at":"2023-01-04T12:32:29.766Z","dependency_job_id":null,"html_url":"https://github.com/Jerome1337/golint-action","commit_stats":{"total_commits":6,"total_committers":2,"mean_commits":3.0,"dds":"0.16666666666666663","last_synced_commit":"2c695d223ee85ccf25d5e5e150a1b2dbc3fc3634"},"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/Jerome1337/golint-action","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jerome1337%2Fgolint-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jerome1337%2Fgolint-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jerome1337%2Fgolint-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jerome1337%2Fgolint-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Jerome1337","download_url":"https://codeload.github.com/Jerome1337/golint-action/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jerome1337%2Fgolint-action/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269654024,"owners_count":24454317,"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","status":"online","status_checked_at":"2025-08-09T02:00:10.424Z","response_time":111,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":[],"created_at":"2025-01-03T07:31:58.720Z","updated_at":"2025-08-09T23:36:21.608Z","avatar_url":"https://github.com/Jerome1337.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Golint Action\n\nThis action execute golint command and return the output if the command fail.\n\n## Inputs\n\n`golint-path`\n\nPath where your Go files are.\nThis path will be used by golint command to check code of this files.\n\nDefault one is the repository root including all sub-directories (`./...`).\n\nFYI, the `/...` suffix is used to includes all sub-directories,\nremove it if you only want to check files of the given directory.\n\n## Outputs\n\n`golint-output`\n\nThe golint output if the command fail.\n\nFor Example:\n\n```bash\nFound 6 lint suggestions; failing.\nmodels/Alignment.go:3:6: exported type Alignment should have comment or be unexported\nmodels/Border.go:3:6: exported type Border should have comment or be unexported\nmodels/CellStyle.go:3:6: exported type CellStyle should have comment or be unexported\nmodels/Fill.go:3:6: exported type Fill should have comment or be unexported\nmodels/Font.go:3:6: exported type Font should have comment or be unexported\nmodels/Protection.go:3:6: exported type Protection should have comment or be unexported\n```\n\n## Example Usage\n\n```yaml\nuses: Jerome1337/golint-action@v1.0.2\nwith:\n  golint-path: './src/...'\n````\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjerome1337%2Fgolint-action","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjerome1337%2Fgolint-action","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjerome1337%2Fgolint-action/lists"}