Skip to content

Commit from GitHub Actions (Forui Presubmit) #418

Commit from GitHub Actions (Forui Presubmit)

Commit from GitHub Actions (Forui Presubmit) #418

Workflow file for this run

name: Forui Build
on:
workflow_dispatch: {}
push:
paths:
- .github/workflows/forui_build.yaml
- forui/**
jobs:
test:
name: Build & test
runs-on: ubuntu-latest
defaults:
run:
working-directory: forui
steps:
- uses: actions/checkout@v4
- uses: subosito/[email protected]
with:
cache: true
- run: flutter pub get
- run: flutter pub run build_runner build --delete-conflicting-outputs
- run: flutter analyze
- run: flutter test