Skip to content

Bump retrofit, dio, http_mock_adapter and retrofit_generator #88

Bump retrofit, dio, http_mock_adapter and retrofit_generator

Bump retrofit, dio, http_mock_adapter and retrofit_generator #88

Workflow file for this run

name: Flutter
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-java@v2
with:
distribution: "zulu"
java-version: "12.x"
- uses: subosito/flutter-action@v1
with:
channel: "stable"
- run: flutter pub get
- run: flutter format --set-exit-if-changed .
- run: flutter analyze .
- run: flutter test