check format to default

This commit is contained in:
Hiroshi Horie
2021-10-02 15:23:34 +09:00
committed by GitHub
parent 48e03b84cb
commit 791ece2265
+1 -1
View File
@@ -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 .