Explorar el Código

Enable analyze in ci

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

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

@@ -28,8 +28,8 @@ jobs:
         run: flutter format --set-exit-if-changed .
 
       # Consider passing '--fatal-infos' for slightly stricter analysis.
-      # - name: Analyze project source
-      #   run: flutter analyze
+      - name: Analyze project source
+        run: flutter analyze --fatal-infos
 
       - name: Run tests
         run: flutter test