Explorar o código

Enable analyze in ci

xuty %!s(int64=3) %!d(string=hai) anos
pai
achega
5a2eda5ad9
Modificáronse 1 ficheiros con 2 adicións e 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