Update analyze script

This commit is contained in:
Anton Tananaev 2025-06-05 23:15:45 -07:00
parent bf09593e32
commit 62c2d42748

View file

@ -1,17 +0,0 @@
name: Flutter Analyze
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
analyze:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: subosito/flutter-action@v2
- run: flutter pub get
- run: flutter build apk --debug
- run: flutter analyze