From 79963e344da2bfb1a1b8bd53108dbcc18b07e194 Mon Sep 17 00:00:00 2001 From: Manoel Aranda Neto Date: Thu, 4 Jan 2024 14:30:35 +0100 Subject: [PATCH] comment --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0e12c87..3a74fee 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -36,9 +36,9 @@ jobs: working-directory: ./example run: flutter pub get - - name: SDK analyze check - working-directory: ./lib - run: flutter analyze + # - name: SDK analyze check + # working-directory: ./lib + # run: flutter analyze - name: Build iOS working-directory: ./example