Unify <Foo> and <Foo>Impl classes that are effectively simple enums or data classes #865
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Health | |
on: | |
pull_request: | |
branches: [ main ] | |
# Remove paths after https://github.com/bmw-tech/dart_apitool/issues/177 is addressed. | |
paths: | |
- "pkgs/ffi/**" | |
- "pkgs/native_assets_builder/**" | |
- "pkgs/native_assets_cli/**" | |
- "pkgs/native_toolchain_c/**" | |
types: [opened, synchronize, reopened, labeled, unlabeled] | |
jobs: | |
health: | |
uses: dart-lang/ecosystem/.github/workflows/health.yaml@main | |
with: | |
coverage_web: false | |
# TODO(https://github.com/dart-lang/native/issues/1242): Add coverage back. | |
checks: "version,changelog,license,do-not-submit,breaking,leaking" | |
use-flutter: true | |
sdk: master | |
permissions: | |
pull-requests: write |