From 2525b9425b704ce324f4074e17c25907052ca301 Mon Sep 17 00:00:00 2001 From: 446564 Date: Wed, 4 Feb 2026 08:59:29 -0800 Subject: [PATCH] reduce jobs for flutter and dart no need to setup the env twice the exact same way as they don't conflict --- .github/workflows/flutter_dart.yml | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) diff --git a/.github/workflows/flutter_dart.yml b/.github/workflows/flutter_dart.yml index f2cd5a0..5b68956 100644 --- a/.github/workflows/flutter_dart.yml +++ b/.github/workflows/flutter_dart.yml @@ -7,7 +7,7 @@ on: - main jobs: - analyze: + analyze_and_format: runs-on: ubuntu-latest steps: - name: Checkout @@ -23,19 +23,6 @@ jobs: - name: Analyze code run: flutter analyze --fatal-infos --fatal-warnings - format: - runs-on: ubuntu-latest - steps: - - name: Checkout - uses: actions/checkout@v4 - - - name: Set up Flutter - uses: subosito/flutter-action@v2 - with: - channel: stable - - - name: Install dependencies - run: flutter pub get - name: Verify formatting run: dart format --output=none --set-exit-if-changed .