{"id":39809738,"url":"https://github.com/aminueza/go-github-action","last_synced_at":"2026-01-18T12:42:18.684Z","repository":{"id":44932688,"uuid":"234406447","full_name":"aminueza/go-github-action","owner":"aminueza","description":"Template for GitHub Actions (GO language)","archived":false,"fork":false,"pushed_at":"2025-04-26T20:39:46.000Z","size":27,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-10-19T18:51:14.763Z","etag":null,"topics":["github-actions","github-ci","go","golang","templates","yaml"],"latest_commit_sha":null,"homepage":"","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/aminueza.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}},"created_at":"2020-01-16T20:33:18.000Z","updated_at":"2025-04-26T20:39:49.000Z","dependencies_parsed_at":"2022-08-12T11:40:30.635Z","dependency_job_id":null,"html_url":"https://github.com/aminueza/go-github-action","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/aminueza/go-github-action","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aminueza%2Fgo-github-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aminueza%2Fgo-github-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aminueza%2Fgo-github-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aminueza%2Fgo-github-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aminueza","download_url":"https://codeload.github.com/aminueza/go-github-action/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aminueza%2Fgo-github-action/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28536004,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-18T10:13:46.436Z","status":"ssl_error","status_checked_at":"2026-01-18T10:13:11.045Z","response_time":98,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["github-actions","github-ci","go","golang","templates","yaml"],"created_at":"2026-01-18T12:42:18.546Z","updated_at":"2026-01-18T12:42:18.663Z","avatar_url":"https://github.com/aminueza.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# go-github-action tools\n\nGitbub actions templates to:\n\n- [Errcheck](https://github.com/kisielk/errcheck) - Program for checking for unchecked errors in go programs.\n- [Fmt](https://cs.opensource.google/go/go) - Check the GO unformated files.\n- [Gosec](https://github.com/securego/gosec) - Inspects source code for security problems by scanning the Go AST.\n- [Vet](https://pkg.go.dev/cmd/vet) -  Examines Go source code and reports suspicious constructs.\n\n## How to use\n\nYou can run these tasks as a GitHub action as follows:\n\n```sh\nname: Github Actions\non:\n  push:\n    branches:\n      - master\n      - main\njobs:\n  checkup:\n    name: Checkup\n    runs-on: ubuntu-latest\n    env:\n      GOARCH: amd64\n      GOOS: linux\n    steps:\n      - name: Check out the repository\n        uses: actions/checkout@v2\n      - name: Run fmt\n        uses: aminueza/go-github-action/fmt@master\n      - name: Run sec\n        uses: aminueza/go-github-action/sec@master\n        with:\n          path: minio/...\n      - name: Run vet\n        uses: aminueza/go-github-action/vet@master\n      - name: Run errcheck\n        uses: aminueza/go-github-action/errcheck@master\n        with:\n          path: minio/...\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faminueza%2Fgo-github-action","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faminueza%2Fgo-github-action","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faminueza%2Fgo-github-action/lists"}