Skip to content

add the breaking API change health check #64

add the breaking API change health check

add the breaking API change health check #64

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:
checks: "version,changelog,do-not-submit,breaking"
ignore_license: "**.g.dart"
sdk: dev
permissions:
pull-requests: write