Skip to content

feat: Tier 1 intro polish — flutter_animate #201

feat: Tier 1 intro polish — flutter_animate

feat: Tier 1 intro polish — flutter_animate #201

Workflow file for this run

name: CI
on:
pull_request:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: '17'
- uses: subosito/flutter-action@v2
with:
flutter-version: '3.x'
channel: 'stable'
- run: flutter pub get
- run: flutter test
- run: flutter build web