blob: c53c31b2f140ad3de63cbc60b3a0e14da8ca82ae [file]
name: Health
on:
pull_request:
branches: [ main ]
types: [opened, synchronize, reopened, labeled, unlabeled]
jobs:
health:
uses: dart-lang/ecosystem/.github/workflows/health.yaml@main
with:
# TODO: Add breaking check once we have a real version published to
# compare against.
checks: "version,changelog,do-not-submit"
flutter_packages: "pkgs/dart_mcp_server/test_fixtures/counter_app"
sdk: dev
permissions:
pull-requests: write