Skip to content

chore(#22) : remove the floating action button and replace it with AppBar having a single back button #6

chore(#22) : remove the floating action button and replace it with AppBar having a single back button

chore(#22) : remove the floating action button and replace it with AppBar having a single back button #6

Workflow file for this run

name: Deploy Dev
on:
pull_request:
branches:
- dev
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v2
- name: Set up Flutter
uses: subosito/flutter-action@v1
with:
flutter-version: 3.7.12
- name: Install Dependencies
run: flutter pub get
- name: Run Tests
run: flutter test
analyze:
needs: test
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v2
- name: Set up Flutter
uses: subosito/flutter-action@v1
with:
flutter-version: 3.7.12
- name: Install Dependencies
run: flutter pub get
- name: Analyze
run: flutter analyze