Skip to content

Refactor - folder and architecture #17

Refactor - folder and architecture

Refactor - folder and architecture #17

Workflow file for this run

name: Analyze
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
analyze:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Set up Flutter
uses: subosito/flutter-action@v1
- name: Pub get
run: flutter pub get
- name: Analyze
run: flutter analyze