{"id":22174323,"url":"https://github.com/jimschubert/.workflows","last_synced_at":"2026-01-27T02:07:36.262Z","repository":{"id":265016913,"uuid":"861109681","full_name":"jimschubert/.workflows","owner":"jimschubert","description":"Workflows for sharing.","archived":false,"fork":false,"pushed_at":"2026-01-03T20:52:53.000Z","size":46,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-05T10:25:29.237Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jimschubert.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2024-09-22T02:59:20.000Z","updated_at":"2026-01-03T20:52:56.000Z","dependencies_parsed_at":"2024-11-27T10:16:37.642Z","dependency_job_id":null,"html_url":"https://github.com/jimschubert/.workflows","commit_stats":null,"previous_names":["jimschubert/.workflows"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jimschubert/.workflows","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jimschubert%2F.workflows","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jimschubert%2F.workflows/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jimschubert%2F.workflows/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jimschubert%2F.workflows/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jimschubert","download_url":"https://codeload.github.com/jimschubert/.workflows/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jimschubert%2F.workflows/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28796962,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-27T01:07:07.743Z","status":"online","status_checked_at":"2026-01-27T02:00:07.755Z","response_time":168,"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":"2024-12-02T07:43:55.688Z","updated_at":"2026-01-27T02:07:36.256Z","avatar_url":"https://github.com/jimschubert.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# jimschubert/.workflows\n\nThese are my own [shared workflows](https://github.blog/developer-skills/github/using-reusable-workflows-github-actions/) to simplify my workflow setup.\n\nEach workflow may define some inputs which may be overridden by the caller workflow.\n\nExample usage:\n\n```yaml\nname: Build Go\non:\n  push:\n    branches: [ 'main', 'feature/*' ]\n  pull_request:\n\njobs:\n  build:\n    uses: jimschubert/.workflows/.github/workflows/go-build.yml@main\n    with:\n      golangci-lint-version: \"v2.7.2\"\n    secrets: inherit\n```\n\n## Workflows\n\n| Name | Description |\n| --- | --- |\n| `go-build.yml` | Builds and tests Go code, uploads coverage. |\n| `go-build-goreleaser.yml` | Runs `go-build.yml` and publishes via GoReleaser. |\n| `go-lint.yml` | Runs `golangci-lint`. |\n| `go-pr.yml` | Dedicated pull request build with coverage. |\n| `go-release.yml` | Generates changelog and creates GitHub release. |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjimschubert%2F.workflows","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjimschubert%2F.workflows","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjimschubert%2F.workflows/lists"}