From 791ece22655bfe32cfaca370a676a00f89b0d74d Mon Sep 17 00:00:00 2001 From: Hiroshi Horie <548776+hiroshihorie@users.noreply.github.com> Date: Sat, 2 Oct 2021 15:23:34 +0900 Subject: [PATCH] check format to default --- .github/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 3e8cc19..c97fd4b 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -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 .