Skip to content

feat: support isCriticalUpdate flag and add user-update-choice callback #20

feat: support isCriticalUpdate flag and add user-update-choice callback

feat: support isCriticalUpdate flag and add user-update-choice callback #20

Workflow file for this run

name: test
on:
push:
branches: [main, dev]
pull_request:
branches: [main]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: subosito/flutter-action@v2
with:
flutter-version: "3.24.3"
channel: "stable"
cache: true
- uses: bluefireteam/melos-action@v3
- run: melos run test --no-select