Skip to content

Commit cd7c23e

Browse files
committed
update workflow
1 parent 4665f2c commit cd7c23e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/google_api_availability.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ jobs:
4040
working-directory: ${{env.source-directory}}
4141

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

4747
# Run Flutter Analyzer

0 commit comments

Comments
 (0)