Skip to content

Support optional baseClient in ImpersonatedAuthClient, and safely extract quotaProject from ADC json #85

Support optional baseClient in ImpersonatedAuthClient, and safely extract quotaProject from ADC json

Support optional baseClient in ImpersonatedAuthClient, and safely extract quotaProject from ADC json #85

Workflow file for this run

name: Health
on:
pull_request:
branches: [ master ]
types: [opened, synchronize, reopened, labeled, unlabeled]
jobs:
health:
uses: dart-lang/ecosystem/.github/workflows/health.yaml@main
with:
sdk: stable
# Drop coverage
checks: "changelog,license,breaking,do-not-submit,leaking,unused-dependencies"
# GENERATED FILES
ignore_license: 'generated/**,_test_package/**'
# TOO BIG!
ignore_changelog: 'generated/**'
# TOO BIG!
ignore_unuseddependencies: 'generated/**'
permissions:
pull-requests: write