Skip to content

Commit b84e046

Browse files
committed
Check Flutter compatibility in CI
1 parent 13f85ba commit b84e046

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.github/workflows/dart.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,11 @@ jobs:
1818
run: dart analyze
1919
- name: Run tests
2020
run: make test
21+
check:
22+
runs-on: ubuntu-latest
23+
steps:
24+
- uses: actions/checkout@v4
25+
- uses: amake/dart-flutter-compat@v0-pre2
26+
with:
27+
channel: stable
28+
cache: true

0 commit comments

Comments
 (0)