Skip to content

Merge branch 'release/1.10.3' #372

Merge branch 'release/1.10.3'

Merge branch 'release/1.10.3' #372

Workflow file for this run

name: CI
on:
pull_request:
push:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: subosito/flutter-action@v1
- run: flutter pub get
- run: dart format .
- run: flutter analyze
- run: flutter test --coverage
- uses: codecov/codecov-action@v1