Update analyze script

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

16
.github/workflows/analyze.yml vendored Normal file
View file

@ -0,0 +1,16 @@
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 analyze