Skip to content

fix(animation): Revert to currentPage as a double to have dots animat… #92

fix(animation): Revert to currentPage as a double to have dots animat…

fix(animation): Revert to currentPage as a double to have dots animat… #92

Workflow file for this run

name: Tests
on: [push,pull_request]
jobs:
tests:
timeout-minutes: 40
runs-on: macos-latest
steps:
# The branch or tag ref that triggered the workflow will be checked out.
# https://github.com/actions/checkout
- uses: actions/checkout@v3
# Setup a flutter environment.
# https://github.com/marketplace/actions/flutter-action
- uses: subosito/flutter-action@v2
with:
channel: 'stable'
- run: dart --version
- run: flutter --version
- run: flutter analyze
- run: flutter test