Skip to content

Commit d563c38

Browse files
mosuemkevmoo
andauthored
Add health workflow (#292)
Co-authored-by: Kevin Moore <[email protected]>
1 parent 8ac5509 commit d563c38

File tree

3 files changed

+16
-0
lines changed

3 files changed

+16
-0
lines changed

.github/workflows/health.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
name: Health
2+
on:
3+
pull_request:
4+
branches: [ main ]
5+
types: [opened, synchronize, reopened, labeled, unlabeled]
6+
7+
jobs:
8+
health:
9+
uses: dart-lang/ecosystem/.github/workflows/health.yaml@main
10+
permissions:
11+
pull-requests: write

.github/workflows/post_summaries.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66
workflow_run:
77
workflows:
88
- Publish
9+
- Health
910
types:
1011
- completed
1112

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,5 @@
1+
// Copyright (c) 2024, the Dart project authors. Please see the AUTHORS file
2+
// for details. All rights reserved. Use of this source code is governed by a
3+
// BSD-style license that can be found in the LICENSE file.
4+
15
export 'src/enums.dart';

0 commit comments

Comments
 (0)