xuty hace 2 años
padre
commit
2837e103f4
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      .github/workflows/ci.yml

+ 1 - 1
.github/workflows/ci.yml

@@ -31,7 +31,7 @@ jobs:
         run: flutter pub get
         run: flutter pub get
 
 
       - name: Verify formatting
       - name: Verify formatting
-        run: flutter format --set-exit-if-changed .
+        run: dart format --set-exit-if-changed .
 
 
       # Consider passing '--fatal-infos' for slightly stricter analysis.
       # Consider passing '--fatal-infos' for slightly stricter analysis.
       - name: Analyze project source
       - name: Analyze project source