Skip to content

Commit 72f9bc7

Browse files
update workflow (#55)
* update workflow * update documentation
1 parent af48328 commit 72f9bc7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/google_api_availability.yaml

+3-3
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 .
4545
working-directory: ${{env.source-directory}}
4646

4747
# Run Flutter Analyzer

0 commit comments

Comments
 (0)