Skip to content

Allow custom asset types in the build system #874

Allow custom asset types in the build system

Allow custom asset types in the build system #874

Workflow file for this run

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