Skip to content

chore(deps): bump very_good_analysis from 6.0.0 to 7.0.0 in /packages/dart_frog_cli #542

chore(deps): bump very_good_analysis from 6.0.0 to 7.0.0 in /packages/dart_frog_cli

chore(deps): bump very_good_analysis from 6.0.0 to 7.0.0 in /packages/dart_frog_cli #542

name: examples/bearer_authentication
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
on:
pull_request:
paths:
- "examples/bearer_authentication/pubspec.yaml"
- "examples/bearer_authentication/routes/**"
- "examples/bearer_authentication/lib/**"
- "examples/bearer_authentication/test/**"
- "examples/bearer_authentication/e2e/**"
- ".github/workflows/examples_bearer_authentication.yaml"
- "packages/dart_frog/lib/**"
- "packages/dart_frog/pubspec.yaml"
- "packages/dart_frog_cli/lib/**"
- "packages/dart_frog_cli/pubspec.yaml"
- "packages/dart_frog_auth/lib/**"
- "packages/dart_frog_auth/pubspec.yaml"
branches:
- main
jobs:
build:
uses: VeryGoodOpenSource/very_good_workflows/.github/workflows/dart_package.yml@v1
with:
working_directory: examples/bearer_authentication
analyze_directories: "routes test"
report_on: "routes"
docker:
if: false
uses: ./.github/workflows/.docker_tests.yaml
with:
# TODO(erickzanardo): temporarirly disabled while dart_frog_auth is
# no published yet.
setup: rm pubspec_overrides.yaml && dart pub global activate --source path ../../packages/dart_frog_cli
working_directory: examples/bearer_authentication