Skip to content

Merge branch 'main' into 6-food-tracking---search-displays-busy-indic… #1

Merge branch 'main' into 6-food-tracking---search-displays-busy-indic…

Merge branch 'main' into 6-food-tracking---search-displays-busy-indic… #1

Workflow file for this run

name: CI Pipeline
on:
push:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Flutter SDK
uses: flutter-actions/setup-flutter@v3
with:
channel: stable
version: 3.24.3
- name: Install dependencies
run: flutter pub get
- name: Analyze project source
run: dart analyze
- name: Run tests
run: flutter test