Skip to content

Commit 40ace2e

Browse files
hotfix: fix formatter
1 parent 460a6d8 commit 40ace2e

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/flutter.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,12 @@ jobs:
5252
with:
5353
java-version: 17
5454
distribution: temurin
55-
- uses: subosito/flutter-action@v2
55+
- uses: subosito/flutter-action@v2.12.0
5656
with:
5757
cache: true
58+
- name: Version
59+
run: flutter doctor -v
60+
- name: Install dependencies
61+
run: flutter pub get
5862
- name: Format
5963
run: dart format --set-exit-if-changed .

0 commit comments

Comments
 (0)