You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- run: test -f current_repo/output/comment.md || echo $'The ${{ inputs.check }} workflow has encountered an exception and did not complete.' >> current_repo/output/comment.md
| checks | List of strings | What to check for in the PR health check | `"version,changelog,license,coverage,breaking,do-not-submit,leaking"` |
233
-
| fail_on | List of strings | Which checks should lead to failure | `"version,changelog,do-not-submit"` |
234
-
| warn_on | List of strings | Which checks should not fail, but only warn | `"license,coverage,breaking,leaking"` |
235
-
| upload_coverage | boolean | Whether to upload the coverage to [coveralls](https://coveralls.io/) | `true` |
236
-
| coverage_web | boolean | Whether to run `dart test -p chrome` for coverage | `false` |
237
-
| use-flutter | boolean | Whether to setup Flutter in this workflow | `false` |
238
-
| ignore_license | List of globs | | `"**.g.dart"` |
239
-
| ignore_coverage | List of globs | Which files to ignore for the license check | `"**.mock.dart,**.g.dart"` |
240
-
| ignore_packages | List of globs | Which packages to ignore | `"pkgs/helper_package"` |
241
-
| checkout_submodules | boolean | Whether to checkout submodules of git repositories | `false` |
242
-
| experiments | List of strings | Which experiments should be enabled for Dart | `"native-assets"` |
232
+
| `checks` | List of strings | What to check for in the PR health check | `"version,changelog,license,coverage,breaking,do-not-submit,leaking"` |
233
+
| `fail_on` | List of strings | Which checks should lead to failure | `"version,changelog,do-not-submit"` |
234
+
| `warn_on` | List of strings | Which checks should not fail, but only warn | `"license,coverage,breaking,leaking"` |
235
+
| `upload_coverage` | boolean | Whether to upload the coverage to [coveralls](https://coveralls.io/) | `true` |
236
+
| `coverage_web` | boolean | Whether to run `dart test -p chrome` for coverage | `false` |
237
+
| `flutter_packages` | List of strings | List of packages depending on Flutter | `"pkgs/intl_flutter"` |
238
+
| `ignore_*` | List of globs | Files to ignore, where `*` can be `license`, `changelog`, `coverage`, `breaking`, `leaking`, or `donotsubmit` | `"**.g.dart"` |
239
+
| `ignore_packages` | List of globs | Which packages to ignore completely | `"pkgs/helper_package"` |
240
+
| `checkout_submodules` | boolean | Whether to checkout submodules of git repositories | `false` |
241
+
| `experiments` | List of strings | Which experiments should be enabled for Dart | `"native-assets"` |
0 commit comments