very_good_workflows
very_good_workflows copied to clipboard
Reusable GitHub workflows used at Very Good Ventures 🦄
## Description New inputs in the `semantic pull request`: **Types:** Configure which types are allowed. **Scopes:** Configure which scopes are allowed. ## Type of Change - [X] ✨ New feature...
It would be nice for the build not to fail if the code is not formatted like the Dart linter suggests. Is there any way to change this?
**Description** In the documentation `flutter_version` is optional but when is not informed `Setup Flutter` step fails. **Steps To Reproduce** 1. Add a workflow using `flutter_package.yml` 2. Do not inform `flutter_version`...
As an engineer, it could be useful to see the failed golden tests after a failed run. Uploading the failures as artifacts would tackle that.
As a Dart/Flutter package developer, I want to have a reusable workflow that will automated the publish to pub.dev.
Hello, Can you tell me how can I execute generating a firebase_option.dart file before running that workflow? I need to run `echo '${{ secrets.FIREBASE_OPTIONS }}' | base64 --decode > lib/firebase_options.dart`...
As described on https://github.com/VeryGoodOpenSource/very_good_workflows/issues/31#issuecomment-1127964101, support the following structure of multiple packages in a repository: ``` | - .github/ | - workflows/ | - root_package.yaml | - package_check_workflow.yaml | - sub_packages.yaml...
**Description** Hello, I really don't know if this is the right place to make this question, but after a full day of research trying to find help of some sort...
**Description** Hey, I've been using very_good_workflow for a while but I've some ideas that I feel like might be a good enhancement to this tool cause I feel like It's...
**Description** While running `flutter test` locally produces this output: ``` ❯ flutter test Running "flutter pub get" in recipes_repository... 1,415ms 00:03 +5 -1: RecipesRepository getRandomCocktail provides expected cocktail [E] Expected:...