Skip to content

Commit 3bbe9b0

Browse files
committed
Print Dart version
1 parent 5d9fcdc commit 3bbe9b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/flutter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
uses: subosito/flutter-action@f2c4f6686ca8e8d6e6d0f28410eeef506ed66aff # v2.18.0
2828
with:
2929
cache: true
30-
- run: dart format --set-exit-if-changed --output none .
30+
- run: dart --version && dart format --set-exit-if-changed --output none .
3131
- name: Run chromedriver
3232
run: |
3333
set -e

0 commit comments

Comments
 (0)