Skip to content

Commit 76e4ee7

Browse files
committed
chore(): added temp logging
1 parent 51b0663 commit 76e4ee7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/dart_vm.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777

7878
- name: Check Formatting
7979
if: "always() && steps.bootstrap.conclusion == 'success' && matrix.sdk == 'stable'"
80-
run: dart format --set-exit-if-changed .
80+
run: dart format --set-exit-if-changed --output show .
8181
working-directory: ${{ inputs.working-directory }}
8282

8383
- name: Check for Tests

.github/workflows/flutter_vm.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959

6060
- name: Check Formatting
6161
if: "always() && steps.bootstrap.conclusion == 'success' && matrix.channel == 'stable' && matrix.flutter-version == 'any'"
62-
run: dart format --set-exit-if-changed .
62+
run: dart format --set-exit-if-changed --output show .
6363
working-directory: ${{ inputs.working-directory }}
6464

6565
- name: Check for Tests

0 commit comments

Comments
 (0)