Skip to content

Bump actions/checkout from 4.1.4 to 4.1.6 #342

Bump actions/checkout from 4.1.4 to 4.1.6

Bump actions/checkout from 4.1.4 to 4.1.6 #342

Workflow file for this run

name: samples_flutter
permissions: read-all
on:
push:
branches: [ main ]
paths:
- '.github/workflows/flutter_sample.yml'
- 'pkgs/google_generative_ai/**'
- 'samples/flutter_app/**'
pull_request:
branches: [ main ]
paths:
- '.github/workflows/flutter_sample.yml'
- 'pkgs/google_generative_ai/**'
- 'samples/flutter_app/**'
schedule:
- cron: '0 0 * * 0' # weekly
jobs:
validate:
runs-on: ubuntu-latest
defaults:
run:
working-directory: samples/flutter_app/
steps:
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
- uses: subosito/flutter-action@44ac965b96f18d999802d4b807e3256d5a3f9fa1
with:
channel: stable
- run: flutter pub get
- run: flutter analyze --fatal-infos
- run: dart format --set-exit-if-changed .