Skip to content

update of infinite_scroll_pagination to 4.0.0 (#45) #66

update of infinite_scroll_pagination to 4.0.0 (#45)

update of infinite_scroll_pagination to 4.0.0 (#45) #66

Workflow file for this run

name: build
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-java@v1
with:
java-version: '12.x'
- uses: subosito/flutter-action@v1
- name: Install dependencies
run: flutter pub get
- name: Analyze codebase
run: flutter analyze
- name: Verify formatting
run: dart format --output=none --set-exit-if-changed .
- name: Run tests
run: flutter test