Skip to content

chore(deps): update dependency flutter_staggered_grid_view to ^0.7.0 #942

chore(deps): update dependency flutter_staggered_grid_view to ^0.7.0

chore(deps): update dependency flutter_staggered_grid_view to ^0.7.0 #942

Workflow file for this run

name: Analysis
on:
push:
branches:
- main
pull_request:
workflow_dispatch:
jobs:
analyze:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v2
- uses: subosito/flutter-action@v2
with:
flutter-version: '3.10.x'
- run: flutter pub global activate melos
- run: melos pub-get
- run: melos run analyze
format:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v2
- uses: subosito/flutter-action@v2
with:
flutter-version: '3.10.x'
- run: flutter pub global activate melos
- run: melos pub-get
- run: melos run format
pub:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v2
- uses: subosito/flutter-action@v2
with:
flutter-version: '3.10.x'
- run: flutter pub global activate melos
- run: melos pub-get
- run: melos exec --no-private -- \
flutter pub publish --dry-run