Skip to content

feat(all): Theme extensions + more correct pass widgets + integration in the app, fixes #4

feat(all): Theme extensions + more correct pass widgets + integration in the app, fixes

feat(all): Theme extensions + more correct pass widgets + integration in the app, fixes #4

Workflow file for this run

name: passkit
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
on:
pull_request:
paths:
- "passkit/**"
- ".github/workflows/passkit.yaml"
branches:
- master
jobs:
build:
uses: VeryGoodOpenSource/very_good_workflows/.github/workflows/dart_package.yml@v1
with:
dart_sdk: 3.4.3
working_directory: passkit
# TODO: Increase minimum coverage to 100% gradually.
min_coverage: 50
coverage_excludes: '*.g.dart'