-
Notifications
You must be signed in to change notification settings - Fork 52
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Fix flutter health wf * change paths * use branch * Ignore swiftgen * Ignore ffigen * disable jnigen * Dont ignore anymore * ignore swiftgen * Fix paths * use package from path * Don't check jnigen * Add changelog * Dont check swift2objc * Use main channel * Rev versions according to breaking change policy * Rev version even more * Run on all branches
- Loading branch information
Showing
9 changed files
with
23 additions
and
35 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,23 @@ | ||
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/**" | ||
- ".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: "version,changelog,license,do-not-submit,breaking,leaking" | ||
use-flutter: true | ||
sdk: master | ||
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" | ||
ignore_packages: "pkgs/swiftgen,pkgs/jnigen,pkgs/swift2objc" | ||
sdk: dev | ||
channel: master | ||
permissions: | ||
pull-requests: write |
This file was deleted.
Oops, something went wrong.
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
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
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
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
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
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
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