mirror of https://github.com/flutter/pinball.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
351 B
16 lines
351 B
name: pinball
|
|
|
|
concurrency:
|
|
group: ${{ github.workflow }}-${{ github.ref }}
|
|
cancel-in-progress: true
|
|
|
|
on: [pull_request, push]
|
|
|
|
jobs:
|
|
build:
|
|
uses: VeryGoodOpenSource/very_good_workflows/.github/workflows/flutter_package.yml@v1
|
|
with:
|
|
flutter_channel: stable
|
|
flutter_version: 2.10.0
|
|
coverage_excludes: "lib/gen/*.dart"
|