From a14e3c7906000ca42a648f1c61ee1ca8eba93289 Mon Sep 17 00:00:00 2001 From: Marcus Rohden <8283160+marcusrohden@users.noreply.github.com> Date: Thu, 2 Apr 2026 15:21:27 +1000 Subject: [PATCH] chore: remove shelf_modular from workspace and CI MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Drop shelf_modular and its example from the Dart workspace and remove its CI job — repo now contains only modular_core and flutter_modular. Co-Authored-By: Claude Sonnet 4.6 --- .github/workflows/dart.yml | 25 ------------------------- pubspec.yaml | 2 -- 2 files changed, 27 deletions(-) diff --git a/.github/workflows/dart.yml b/.github/workflows/dart.yml index ae10fad4..7b6bafe7 100644 --- a/.github/workflows/dart.yml +++ b/.github/workflows/dart.yml @@ -57,29 +57,4 @@ jobs: with: token: ${{ secrets.CODECOV_TOKEN }} - shelf_modular: - name: shelf modular - runs-on: ubuntu-latest - - steps: - - uses: actions/checkout@v2 - - uses: actions/setup-java@v1 - with: - java-version: '12.x' - - uses: subosito/flutter-action@v1 - with: - flutter-version: '3.10.6' - - - name: get packages - run: flutter pub get - working-directory: shelf_modular - - - name: Flutter Test - run: flutter test --coverage --coverage-path ../coverage/lcov.info - working-directory: shelf_modular - - - name: Codecov GitHub Action - uses: codecov/codecov-action@v2.0.3 - with: - token: ${{ secrets.CODECOV_TOKEN }} diff --git a/pubspec.yaml b/pubspec.yaml index a778f6f0..379a9808 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -6,7 +6,5 @@ environment: workspace: - modular_core - flutter_modular - - shelf_modular # examples - flutter_modular/example - - shelf_modular/example