Add CI checks

This commit is contained in:
Anton Tananaev 2025-06-05 21:19:09 -07:00
parent 5c534f6c30
commit d04b4af632

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

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