Skip to content

Commit 5c432c6

Browse files
committed
Merge branch 'main' into update-example-project
2 parents f549c41 + 35468d7 commit 5c432c6

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

.github/workflows/google_api_availability.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@ jobs:
3939
run: flutter pub get
4040
working-directory: ${{env.source-directory}}
4141

42-
# Run Flutter Format to ensure formatting is valid
43-
- name: Run Flutter Format
44-
run: flutter format --set-exit-if-changed lib
42+
# Run dart Format to ensure formatting is valid
43+
- name: Run dart Format
44+
run: dart format --set-exit-if-changed .
4545
working-directory: ${{env.source-directory}}
4646

4747
# Run Flutter Analyzer

.github/workflows/google_api_availability_android.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@ jobs:
4040
run: flutter pub get
4141
working-directory: ${{env.source-directory}}
4242

43-
# Run Flutter Format to ensure formatting is valid
44-
- name: Run Flutter Format
45-
run: flutter format --set-exit-if-changed .
43+
# Run dart Format to ensure formatting is valid
44+
- name: Run dart Format
45+
run: dart format --set-exit-if-changed .
4646
working-directory: ${{env.source-directory}}
4747

4848
# Run Flutter Analyzer

.github/workflows/google_api_availability_platform_interface.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@ jobs:
3939
run: flutter pub get
4040
working-directory: ${{env.source-directory}}
4141

42-
# Run Flutter Format to ensure formatting is valid
43-
- name: Run Flutter Format
44-
run: flutter format --set-exit-if-changed .
42+
# Run dart Format to ensure formatting is valid
43+
- name: Run dart Format
44+
run: dart format --set-exit-if-changed .
4545
working-directory: ${{env.source-directory}}
4646

4747
# Run Flutter Analyzer

0 commit comments

Comments
 (0)