Skip to content

Add current page tracking for books in progress #682

Add current page tracking for books in progress

Add current page tracking for books in progress #682

Workflow file for this run

name: Code style
on:
push:
pull_request:
branches:
- master
jobs:
dart_format:
name: Dart format
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Set up Flutter version
run: echo "VERSION=$(cat .flutter-version)" >> $GITHUB_ENV
- name: Set up Flutter
uses: subosito/flutter-action@v2
with:
flutter-version: ${{ env.VERSION }}
- name: Get Flutter packages
run: flutter pub get
- name: Format Dart code
run: dart format --set-exit-if-changed lib