Skip to content

build(deps): bump crop_your_image from 1.1.0 to 2.0.0 #341

build(deps): bump crop_your_image from 1.1.0 to 2.0.0

build(deps): bump crop_your_image from 1.1.0 to 2.0.0 #341

name: Global workflow
on:
push:
pull_request:
jobs:
analyze:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: subosito/flutter-action@v2
with:
channel: 'stable'
- run: flutter pub get
- run: dart analyze . --fatal-infos --fatal-warnings
- run: dart format --set-exit-if-changed .