Skip to content

Commit db0829e

Browse files
Replace dry-run flag with one that actually exists
1 parent f8a30b9 commit db0829e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
run: flutter analyze --no-pub --no-fatal-infos
3131

3232
- name: Ensure the Dart code is formatted correctly
33-
run: flutter format --set-exit-if-changed --dry-run .
33+
run: flutter format -o show --set-exit-if-changed .
3434

3535
- name: Run Flutter unit tests
3636
run: flutter test

0 commit comments

Comments
 (0)