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.
21 lines
505 B
21 lines
505 B
name: pinball_components
|
|
|
|
on:
|
|
push:
|
|
paths:
|
|
- "packages/pinball_components/**"
|
|
- ".github/workflows/pinball_components.yaml"
|
|
|
|
pull_request:
|
|
paths:
|
|
- "packages/pinball_components/**"
|
|
- ".github/workflows/pinball_components.yaml"
|
|
|
|
jobs:
|
|
build:
|
|
uses: VeryGoodOpenSource/very_good_workflows/.github/workflows/flutter_package.yml@v1
|
|
with:
|
|
working_directory: packages/pinball_components
|
|
coverage_excludes: "lib/gen/*.dart"
|
|
test_optimization: false
|