Skip to content

all: swap out Montserrat with Sora #56

all: swap out Montserrat with Sora

all: swap out Montserrat with Sora #56

Workflow file for this run

name: Pull Request
on:
pull_request:
jobs:
coverage:
name: coverage
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: subosito/flutter-action@v2
with:
channel: beta
cache: true
- run: flutter pub get
- run: flutter test --coverage