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 .