瀏覽代碼

Enable analyze in ci

xuty 3 年之前
父節點
當前提交
5a2eda5ad9
共有 1 個文件被更改,包括 2 次插入2 次删除
  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