We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c695153 commit 596b1c9Copy full SHA for 596b1c9
.github/workflows/pull_request_validation.yml
@@ -20,8 +20,6 @@ jobs:
20
uses: subosito/flutter-action@v2
21
with:
22
channel: 'stable'
23
- cache: true
24
- cache-key: flutter-:os:-:channel:-:version:-:arch:-:hash:-${{ hashFiles('**/pubspec.lock') }}
25
26
- name: 📦 Install Dependencies
27
run: flutter pub get
@@ -32,9 +30,6 @@ jobs:
32
30
- name: 🕵️ Analyze Code
33
31
run: flutter analyze lib test
34
35
- - name: ✨ Check Formatting
36
- run: dart format --line-length 80 --set-exit-if-changed lib test
37
-
38
- name: 🏗️ Build APK (Production Flavor)
39
run: flutter build apk --release --flavor production -t lib/main_production.dart
40
0 commit comments