check format to default
This commit is contained in:
@@ -32,7 +32,7 @@ jobs:
|
||||
- run: flutter pub get
|
||||
|
||||
# Check for any formatting issues in the code.
|
||||
- run: flutter format --set-exit-if-changed -l 100 .
|
||||
- run: flutter format --set-exit-if-changed .
|
||||
|
||||
# Statically analyze the Dart code for any errors.
|
||||
- run: flutter analyze .
|
||||
|
||||
Reference in New Issue
Block a user