File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments