From bf79d0933c8879c2b6e4290b42516fc5a579a3e5 Mon Sep 17 00:00:00 2001 From: CloudWebRTC Date: Fri, 3 Feb 2023 15:28:39 +0800 Subject: [PATCH] Update build.yaml fix CI --- .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 c97fd4b..9f540d1 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 . + - run: dart format --set-exit-if-changed . # Statically analyze the Dart code for any errors. - run: flutter analyze .