Skip to content

ci: Add CI workflow (#34) #1

ci: Add CI workflow (#34)

ci: Add CI workflow (#34) #1

name: Continuous Integration
concurrency:
group: $-$
cancel-in-progress: true
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
analyze-and-test:
uses: VeryGoodOpenSource/very_good_workflows/.github/workflows/flutter_package.yml@v1
with:
flutter_channel: stable
min_coverage: 0