Skip to content

Commit 16f700f

Browse files
committed
Add amake/dart-flutter-compat to verify Flutter compatibility.
1 parent 0ff34bb commit 16f700f

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

.github/workflows/dart.yml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
with:
2121
path: "~/.pub-cache/hosted"
2222
key: "os:ubuntu-latest;pub-cache-hosted;dart:stable"
23-
- uses: actions/checkout@v3
23+
- uses: actions/checkout@v4
2424
- uses: dart-lang/setup-dart@v1
2525
- name: "Dependencies"
2626
run: dart pub upgrade --no-precompile
@@ -38,3 +38,12 @@ jobs:
3838
dart pub global run coverage:test_with_coverage --test test/all_test.dart
3939
- name: "Upload coverage"
4040
uses: codecov/codecov-action@v3
41+
check:
42+
name: "Flutter CI"
43+
runs-on: ubuntu-latest
44+
steps:
45+
- uses: actions/checkout@v4
46+
- uses: amake/dart-flutter-compat@v1
47+
with:
48+
channel: stable
49+
cache: true

0 commit comments

Comments
 (0)