Skip to content

Commit e561225

Browse files
Merge branch 'master' into v2.6.9-beta
2 parents 899855a + 2d318ab commit e561225

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cd.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: Build Runner code generator
3636
run: flutter pub run build_runner build --delete-conflicting-outputs
3737
- name: Format files
38-
run: flutter format --set-exit-if-changed .
38+
run: flutter format --line-length 80 lib
3939
- name: Analyze files
4040
run: flutter analyze .
4141
- name: Run the tests

0 commit comments

Comments
 (0)