{"id":13548246,"url":"https://github.com/VeryGoodOpenSource/very_good_workflows","last_synced_at":"2025-04-02T21:31:06.351Z","repository":{"id":37838265,"uuid":"440224437","full_name":"VeryGoodOpenSource/very_good_workflows","owner":"VeryGoodOpenSource","description":"Reusable GitHub workflows used at Very Good Ventures 🦄","archived":false,"fork":false,"pushed_at":"2025-04-01T00:30:36.000Z","size":2770,"stargazers_count":312,"open_issues_count":19,"forks_count":73,"subscribers_count":9,"default_branch":"main","last_synced_at":"2025-04-01T11:03:55.602Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://workflows.vgv.dev","language":"CSS","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/VeryGoodOpenSource.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-12-20T15:49:21.000Z","updated_at":"2025-03-31T13:27:20.000Z","dependencies_parsed_at":"2024-02-07T15:29:35.257Z","dependency_job_id":"d0a05313-6aae-4ee8-bcc5-e1d818102ef0","html_url":"https://github.com/VeryGoodOpenSource/very_good_workflows","commit_stats":{"total_commits":216,"total_committers":20,"mean_commits":10.8,"dds":0.6157407407407407,"last_synced_commit":"6b092b6a7fb29ce308fe86b30f21797c3cca3a98"},"previous_names":[],"tags_count":30,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VeryGoodOpenSource%2Fvery_good_workflows","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VeryGoodOpenSource%2Fvery_good_workflows/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VeryGoodOpenSource%2Fvery_good_workflows/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VeryGoodOpenSource%2Fvery_good_workflows/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/VeryGoodOpenSource","download_url":"https://codeload.github.com/VeryGoodOpenSource/very_good_workflows/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246895687,"owners_count":20851313,"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":[],"created_at":"2024-08-01T12:01:07.810Z","updated_at":"2025-04-02T21:31:06.335Z","avatar_url":"https://github.com/VeryGoodOpenSource.png","language":"CSS","funding_links":[],"categories":["CSS"],"sub_categories":[],"readme":"# Very Good Workflows\n\n[![Very Good Ventures][logo_white]][very_good_ventures_link_dark]\n[![Very Good Ventures][logo_black]][very_good_ventures_link_light]\n\nDeveloped with 💙 by [Very Good Ventures][very_good_ventures_link] 🦄\n\n[![ci][ci_badge]][ci_link]\n[![License: MIT][license_badge]][license_link]\n\n---\n\nReusable [GitHub workflows][github_workflows_link] used internally at [Very Good Ventures][very_good_ventures_link].\n\n## Documentation 📝\n\nFor official documentation, please visit https://workflows.vgv.dev.\n\n## Quick Start 🚀\n\nTo get started, add very good workflows to an existing GitHub workflow:\n\n```yaml\n# A reusable workflow for Dart packages\nuses: VeryGoodOpenSource/very_good_workflows/.github/workflows/dart_package.yml@v1\n\n# A reusable workflow for Flutter packages\nuses: VeryGoodOpenSource/very_good_workflows/.github/workflows/flutter_package.yml@v1\n\n# A reusable workflow for ensuring commits are semantic\nuses: VeryGoodOpenSource/very_good_workflows/.github/workflows/semantic_pull_request.yml@v1\n\n# A reusable workflow for verifying package scores on pub.dev\nuses: VeryGoodOpenSource/very_good_workflows/.github/workflows/pana.yml@v1\n\n# A reusable workflow for running a spell check\nuses: VeryGoodOpenSource/very_good_workflows/.github/workflows/spell_check.yml@v1\n\n# A reusable workflow for publishing Flutter packages\nuses: VeryGoodOpenSource/very_good_workflows/.github/workflows/flutter_pub_publish.yml@v1\n\n# A reusable workflow for publishing Dart packages\nuses: VeryGoodOpenSource/very_good_workflows/.github/workflows/dart_pub_publish.yml@v1\n\n# A reusable workflow for publishing Mason bricks\nuses: VeryGoodOpenSource/very_good_workflows/.github/workflows/mason_publish.yml@v1\n\n# A reusable workflow to keep track of the rights and restrictions external dependencies might impose on Dart or Flutter projects\nuses: VeryGoodOpenSource/very_good_workflows/.github/workflows/license_check.yml@v1\n```\n\nFor configuration details, check out our [official docs][workflows_docs].\n\n[ci_badge]: https://github.com/VeryGoodOpenSource/very_good_workflows/actions/workflows/ci.yml/badge.svg\n[ci_link]: https://github.com/VeryGoodOpenSource/very_good_workflows/actions\n[github_workflows_link]: https://docs.github.com/en/actions/learn-github-actions/workflow-syntax-for-github-actions\n[license_badge]: https://img.shields.io/badge/license-MIT-blue.svg\n[license_link]: https://opensource.org/licenses/MIT\n[logo_black]: https://raw.githubusercontent.com/VGVentures/very_good_brand/main/styles/README/vgv_logo_black.png#gh-light-mode-only\n[logo_white]: https://raw.githubusercontent.com/VGVentures/very_good_brand/main/styles/README/vgv_logo_white.png#gh-dark-mode-only\n[very_good_ventures_link_dark]: https://verygood.ventures#gh-dark-mode-only\n[very_good_ventures_link_light]: https://verygood.ventures#gh-light-mode-only\n[very_good_ventures_link]: https://verygood.ventures\n[workflows_docs]: https://workflows.vgv.dev\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FVeryGoodOpenSource%2Fvery_good_workflows","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FVeryGoodOpenSource%2Fvery_good_workflows","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FVeryGoodOpenSource%2Fvery_good_workflows/lists"}