Skip to content

Commit 376dfb7

Browse files
Display json object of changes
1 parent 3c9c5ee commit 376dfb7

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 -o none --set-exit-if-changed .
33+
run: flutter format -o json --set-exit-if-changed .
3434

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

0 commit comments

Comments
 (0)