Skip to content

🔧 chore(test.yml): add GitHub Actions workflow for analyzing and buil… #1

🔧 chore(test.yml): add GitHub Actions workflow for analyzing and buil…

🔧 chore(test.yml): add GitHub Actions workflow for analyzing and buil… #1

Workflow file for this run

name: Analyze and build
on:
push:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: subosito/flutter-action@v2
with:
channel: 'stable'
- run: flutter pub get
- run: flutter analyze
- run: flutter build web