Skip to content

Commit

Permalink
Add health workflow (#292)
Browse files Browse the repository at this point in the history
Co-authored-by: Kevin Moore <[email protected]>
  • Loading branch information
mosuem and kevmoo authored Aug 13, 2024
1 parent 8ac5509 commit d563c38
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/health.yaml
Original file line number Diff line number Diff line change
@@ -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
1 change: 1 addition & 0 deletions .github/workflows/post_summaries.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
workflow_run:
workflows:
- Publish
- Health
types:
- completed

Expand Down
4 changes: 4 additions & 0 deletions pkgs/unified_analytics/lib/testing.dart
Original file line number Diff line number Diff line change
@@ -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';

0 comments on commit d563c38

Please sign in to comment.