Skip to content

feat: Tier 2 intro polish — lottie + particles_flutter #200

feat: Tier 2 intro polish — lottie + particles_flutter

feat: Tier 2 intro polish — lottie + particles_flutter #200

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