Skip to content

feat: Tap on fastest slowest book, added covers to stats #37

feat: Tap on fastest slowest book, added covers to stats

feat: Tap on fastest slowest book, added covers to stats #37

Workflow file for this run

name: Format Dart code
on:
push:
pull_request:
branches:
- master
jobs:
dart:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: subosito/flutter-action@v2
with:
flutter-version: ${{ vars.FLUTTER_VERSION }}
- run: dart format --set-exit-if-changed lib