Skip to content

Commit

Permalink
add health check job
Browse files Browse the repository at this point in the history
  • Loading branch information
jakemac53 committed Aug 12, 2024
1 parent 8be3c94 commit 0f2e1b4
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/health.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
name: Health
on:
pull_request:
branches: [ main, master ]
types: [opened, synchronize, reopened, labeled, unlabeled]
jobs:
health:
uses: dart-lang/ecosystem/.github/workflows/health.yaml@main

0 comments on commit 0f2e1b4

Please sign in to comment.