Fix: CI correction and warning cleanup (#2943) (#2946)
CI / format (push) Has been cancelled
CI / test (push) Has been cancelled
CI / packaging (push) Has been cancelled

This commit is contained in:
Carlos Guillén
2026-02-24 17:12:26 +01:00
committed by GitHub
parent 22d41c88ff
commit da6d18da43
6 changed files with 20 additions and 16 deletions
+13 -4
View File
@@ -15,14 +15,18 @@ jobs:
steps:
- uses: actions/checkout@v6
- uses: subosito/flutter-action@v2
- name: Setup Flutter SDK
uses: flutter-actions/setup-flutter@v4
with:
flutter-version: ${{ env.FLUTTER_VERSION }}
version: ${{ env.FLUTTER_VERSION }}
channel: "stable"
- name: Dependencies (app)
working-directory: app
run: flutter pub get
- name: Dependencies (cargokit - rust_builder)
working-directory: app/rust_builder/cargokit/build_tool
run: flutter pub get
- name: Remove gen directory (app)
working-directory: app
run: rm -rf lib/gen
@@ -42,14 +46,18 @@ jobs:
steps:
- uses: actions/checkout@v6
- uses: subosito/flutter-action@v2
- name: Setup Flutter SDK
uses: flutter-actions/setup-flutter@v4
with:
flutter-version: ${{ env.FLUTTER_VERSION }}
version: ${{ env.FLUTTER_VERSION }}
channel: "stable"
- name: Dependencies (app)
working-directory: app
run: flutter pub get
- name: Dependencies (cargokit - rust_builder)
working-directory: app/rust_builder/cargokit/build_tool
run: flutter pub get
- name: Analyze (app)
working-directory: app
run: flutter analyze
@@ -94,3 +102,4 @@ jobs:
else
echo "Versions match."
fi