Skip to content

fix: Subtitle is fetched for editions #320

fix: Subtitle is fetched for editions

fix: Subtitle is fetched for editions #320

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