VeryGoodOpenSource / very_good_workflows

Reusable GitHub workflows used at Very Good Ventures πŸ¦„

Home Page:https://workflows.vgv.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Very Good Workflows

Very Good Ventures Very Good Ventures

Developed with πŸ’™ by Very Good Ventures πŸ¦„

ci License: MIT


Reusable GitHub workflows used internally at Very Good Ventures.

Documentation πŸ“

For official documentation, please visit https://workflows.vgv.dev.

Quick Start πŸš€

To get started, add very good workflows to an existing GitHub workflow:

# A reusable workflow for Dart packages
uses: VeryGoodOpenSource/very_good_workflows/.github/workflows/dart_package.yml@v1

# A reusable workflow for Flutter packages
uses: VeryGoodOpenSource/very_good_workflows/.github/workflows/flutter_package.yml@v1

# A reusable workflow for ensuring commits are semantic
uses: VeryGoodOpenSource/very_good_workflows/.github/workflows/semantic_pull_request.yml@v1

# A reusable workflow for verifying package scores on pub.dev
uses: VeryGoodOpenSource/very_good_workflows/.github/workflows/pana.yml@v1

# A reusable workflow for running a spell check
uses: VeryGoodOpenSource/very_good_workflows/.github/workflows/spell_check.yml@v1

# A reusable workflow for publishing Flutter packages
uses: VeryGoodOpenSource/very_good_workflows/.github/workflows/flutter_pub_publish.yml@v1

# A reusable workflow for publishing Dart packages
uses: VeryGoodOpenSource/very_good_workflows/.github/workflows/dart_pub_publish.yml@v1

# A reusable workflow for publishing Mason bricks
uses: VeryGoodOpenSource/very_good_workflows/.github/workflows/mason_publish.yml@v1

# A reusable workflow to keep track of the rights and restrictions external dependencies might impose on Dart or Flutter projects
uses: VeryGoodOpenSource/very_good_workflows/.github/workflows/license_check.yml@v1

For configuration details, check out our official docs.

About

Reusable GitHub workflows used at Very Good Ventures πŸ¦„

https://workflows.vgv.dev

License:MIT License


Languages

Language:CSS 41.3%Language:JavaScript 27.3%Language:TypeScript 16.3%Language:Shell 15.1%