Skip to content

Commit bd1bb77

Browse files
authored
ci: Add CI workflow (#34)
1 parent e7cf25d commit bd1bb77

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
name: Continuous Integration
2+
3+
concurrency:
4+
group: $-$
5+
cancel-in-progress: true
6+
7+
on:
8+
push:
9+
branches:
10+
- main
11+
pull_request:
12+
branches:
13+
- main
14+
15+
jobs:
16+
analyze-and-test:
17+
uses: VeryGoodOpenSource/very_good_workflows/.github/workflows/flutter_package.yml@v1
18+
with:
19+
flutter_channel: stable
20+
min_coverage: 0

0 commit comments

Comments
 (0)