Skip to content

Commit 596b1c9

Browse files
committed
chore: Updated pull request validation step
1 parent c695153 commit 596b1c9

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/pull_request_validation.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@ jobs:
2020
uses: subosito/flutter-action@v2
2121
with:
2222
channel: 'stable'
23-
cache: true
24-
cache-key: flutter-:os:-:channel:-:version:-:arch:-:hash:-${{ hashFiles('**/pubspec.lock') }}
2523

2624
- name: 📦 Install Dependencies
2725
run: flutter pub get
@@ -32,9 +30,6 @@ jobs:
3230
- name: 🕵️ Analyze Code
3331
run: flutter analyze lib test
3432

35-
- name: ✨ Check Formatting
36-
run: dart format --line-length 80 --set-exit-if-changed lib test
37-
3833
- name: 🏗️ Build APK (Production Flavor)
3934
run: flutter build apk --release --flavor production -t lib/main_production.dart
4035

0 commit comments

Comments
 (0)