Skip to content

fix: correct import path for localization_cubit.dart #3

fix: correct import path for localization_cubit.dart

fix: correct import path for localization_cubit.dart #3

Workflow file for this run

name: Git Explorer CI
on:
push:
branches: [main]
workflow_dispatch:
jobs:
build-and-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: subosito/flutter-action@v2
with:
flutter-version: "3.29.0"
channel: "stable"
- name: Install dependencies
run: flutter pub get
- name: Run build_runner
run: dart run build_runner build --delete-conflicting-outputs
- name: Analyze code
run: flutter analyze
- name: Run unit tests
run: flutter test