Skip to content

Commit ca5f716

Browse files
author
Sergey Khomushin
committed
main.dart: do not run format for test
1 parent e8fc9ae commit ca5f716

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
@@ -33,7 +33,7 @@ jobs:
3333
run: flutter pub get
3434

3535
- name: Verify formatting
36-
run: dart format --output=none --set-exit-if-changed .
36+
run: dart format --output=none --set-exit-if-changed lib/ example/
3737

3838
- name: Analyze project source
3939
run: flutter analyze --fatal-infos

0 commit comments

Comments
 (0)