trcr/.github/workflows/analyze.yml
2025-06-05 23:15:45 -07:00

16 lines
286 B
YAML

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