From 993621793a672c80b7fbc92bdaa846136fc342f7 Mon Sep 17 00:00:00 2001 From: Ashita Prasad Date: Tue, 27 Feb 2024 21:43:15 +0530 Subject: [PATCH] Delete analyze.yml --- .github/workflows/analyze.yml | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 .github/workflows/analyze.yml diff --git a/.github/workflows/analyze.yml b/.github/workflows/analyze.yml deleted file mode 100644 index 0d5b1fb6..00000000 --- a/.github/workflows/analyze.yml +++ /dev/null @@ -1,22 +0,0 @@ -name: "Code Analysis" -on: [ push ] - - -jobs: - Flutter-Analyze: - runs-on: ubuntu-latest - steps: - - run: pwd - - name: Checkout Code - uses: actions/checkout@v3 - - - name: Get Flutter Env - uses: subosito/flutter-action@v2 - with: - channel: 'stable' - - run: flutter --version - - - name: Code Analysis - run: | - flutter pub get - flutter analyze