Skip to content

Commit c713f58

Browse files
committed
clear
1 parent 5d87e91 commit c713f58

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -38,14 +38,8 @@ jobs:
3838
run: dart pub get
3939

4040
- name: Verify formatting
41+
run: dart format --output=none --set-exit-if-changed .
4142
if: matrix.sdk == 'stable'
42-
run: |
43-
dart format --output=none --set-exit-if-changed . || {
44-
echo "::error::Formatting check failed. Showing diff:"
45-
dart format .
46-
git diff
47-
exit 1
48-
}
4943

5044
- name: Analyze all packages
5145
run: |

0 commit comments

Comments
 (0)