Skip to content

refresh_function_added_to_the_controller #14

refresh_function_added_to_the_controller

refresh_function_added_to_the_controller #14

Workflow file for this run

name: CI
on:
pull_request:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
# Setup the flutter environment.
- uses: subosito/[email protected]
- name: Install Dependencies
run: flutter packages get
- name: Format
run: flutter format --set-exit-if-changed lib
- name: Analyze
run: flutter analyze --no-pub