diff --git a/.github/workflows/health.yaml b/.github/workflows/health.yaml new file mode 100644 index 000000000..4bbc8f3d3 --- /dev/null +++ b/.github/workflows/health.yaml @@ -0,0 +1,11 @@ +name: Health +on: + pull_request: + branches: [ main ] + types: [opened, synchronize, reopened, labeled, unlabeled] + +jobs: + health: + uses: dart-lang/ecosystem/.github/workflows/health.yaml@main + permissions: + pull-requests: write diff --git a/.github/workflows/post_summaries.yaml b/.github/workflows/post_summaries.yaml index a47509258..f5c8be811 100644 --- a/.github/workflows/post_summaries.yaml +++ b/.github/workflows/post_summaries.yaml @@ -6,6 +6,7 @@ on: workflow_run: workflows: - Publish + - Health types: - completed diff --git a/pkgs/unified_analytics/lib/testing.dart b/pkgs/unified_analytics/lib/testing.dart index f6194bfb6..900212f25 100644 --- a/pkgs/unified_analytics/lib/testing.dart +++ b/pkgs/unified_analytics/lib/testing.dart @@ -1 +1,5 @@ +// Copyright (c) 2024, the Dart project authors. Please see the AUTHORS file +// for details. All rights reserved. Use of this source code is governed by a +// BSD-style license that can be found in the LICENSE file. + export 'src/enums.dart';