[jni] Add the ability to check if a JObject
is a subclass of a Java class.
#1294
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: | |
# Remove paths after https://github.com/bmw-tech/dart_apitool/issues/177 is addressed. | |
paths: | |
- ".github/workflows/health.yaml" | |
- "pkgs/**" | |
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: "changelog,license,do-not-submit,breaking,leaking" | |
flutter_packages: "pkgs/ffigen,pkgs/jni,pkgs/jnigen,pkgs/objective_c" | |
ignore_license: "**.g.dart" | |
ignore_coverage: "**.mock.dart,**.g.dart" | |
# TODO(https://github.com/dart-lang/native/issues/1857): Enable ffigen. | |
ignore_packages: "pkgs/swiftgen,pkgs/jnigen,pkgs/swift2objc,pkgs/ffigen" | |
sdk: dev | |
channel: master | |
permissions: | |
pull-requests: write |