Skip to content

Commit 791ece2

Browse files
authored
check format to default
1 parent 48e03b8 commit 791ece2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- run: flutter pub get
3333

3434
# Check for any formatting issues in the code.
35-
- run: flutter format --set-exit-if-changed -l 100 .
35+
- run: flutter format --set-exit-if-changed .
3636

3737
# Statically analyze the Dart code for any errors.
3838
- run: flutter analyze .

0 commit comments

Comments
 (0)