very_good_workflows
very_good_workflows copied to clipboard
Reusable GitHub workflows used at Very Good Ventures 🦄
Bumps [amannn/action-semantic-pull-request](https://github.com/amannn/action-semantic-pull-request) from 4.5.0 to 5.0.2. Release notes Sourced from amannn/action-semantic-pull-request's releases. v5.0.2 5.0.2 (2022-10-17) Bug Fixes Upgrade @actions/core to avoid deprecation warnings (#208) (91f4126) v5.0.1 5.0.1 (2022-10-14) Bug Fixes...
Bumps [very_good_analysis](https://github.com/VeryGoodOpenSource/very_good_analysis) from 3.0.1 to 3.1.0. Release notes Sourced from very_good_analysis's releases. v3.1.0 refactor: remove deprecated unawaited (use unawaited from dart:async instead). feat: additional lint rules: avoid_final_parameters avoid_multiple_declarations_per_line depend_on_referenced_packages no_leading_underscores_for_library_prefixes...
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3. Release notes Sourced from actions/checkout's releases. v3.0.0 Updated to the node16 runtime by default This requires a minimum Actions Runner version of v2.285.0 to...
**Description** Typically the `Install dependencies` step takes somewhere between 2-3 min. I was wondering if there was a way to cache dependencies across branches? I'm not sure if pubspec.lock is...
**Description** Action fails to run because it can't load the credentials: ```bash Warning: could not load the saved OAuth2 credentials. Obtaining new credentials... Pub needs your authorization to upload packages...
## Description The current coverage version is pinned to 1.2.0, see: https://github.com/VeryGoodOpenSource/very_good_workflows/blob/b7d3a7d287a7ed1f996861a73d69eafdfd7ed60e/.github/workflows/dart_package.yml#L102 Currently, the latest coverage version is 1.6.3, see [coverage's pub page](https://pub.dev/packages/coverage). It would be ideal if the workflow...
**Description** As a user of the Dart Package Very Good Workflow I would like to have a documented method on how to provide environment variables to be consumed by `Platform.environment`....
**Description** There is a Dart hidden argument (`--no-example`) to avoid getting packages on an `example/` when running `dart pub get`. I would like to be able to toggle this through...
**Description** `semantic_pull_request` workflow fails when using exclamation point to mark commit as breaking change. Example: `feat!: this is breaking commit`. **Expected Behavior** Finish successfully when using "breaking change" syntax. **Additional...
**Description** We need to lock the CLI in the workflows in case we ever have a breaking change on it, currently it installs the latest and if people use older...