Skip to content

all: swap out Montserrat with Sora #184

all: swap out Montserrat with Sora

all: swap out Montserrat with Sora #184

Workflow file for this run

name: Integration
on:
push:
branches: ["*"]
jobs:
analyze:
name: analyze
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 analyze
test:
name: test
needs: analyze
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