Skip to content

Upgrade intl dep

Upgrade intl dep #14

Workflow file for this run

name: CI
on:
push:
branches:
- master
pull_request:
branches:
- '**'
workflow_dispatch:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: subosito/flutter-action@v1
with:
channel: stable
- run: flutter pub get
- run: flutter analyze
- run: flutter test
# - run: flutter test --coverage
# - uses: codecov/codecov-action@v1
# with:
# token: ${{ secrets.CODECOV_TOKEN }}