We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 899855a + 2d318ab commit e561225Copy full SHA for e561225
.github/workflows/cd.yml
@@ -35,7 +35,7 @@ jobs:
35
- name: Build Runner code generator
36
run: flutter pub run build_runner build --delete-conflicting-outputs
37
- name: Format files
38
- run: flutter format --set-exit-if-changed .
+ run: flutter format --line-length 80 lib
39
- name: Analyze files
40
run: flutter analyze .
41
- name: Run the tests
0 commit comments