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.
19 lines
453 B
19 lines
453 B
name: pinball_theme
|
|
|
|
on:
|
|
push:
|
|
paths:
|
|
- "packages/pinball_theme/**"
|
|
- ".github/workflows/pinball_theme.yaml"
|
|
|
|
pull_request:
|
|
paths:
|
|
- "packages/pinball_theme/**"
|
|
- ".github/workflows/pinball_theme.yaml"
|
|
|
|
jobs:
|
|
build:
|
|
uses: VeryGoodOpenSource/very_good_workflows/.github/workflows/flutter_package.yml@v1
|
|
with:
|
|
working_directory: packages/pinball_theme
|
|
coverage_excludes: "lib/src/generated/*.dart" |