Skip to content

Merge pull request #219 from petrkaderabek/completer #241

Merge pull request #219 from petrkaderabek/completer

Merge pull request #219 from petrkaderabek/completer #241

Workflow file for this run

name: Flutter CI
on:
pull_request:
push:
branches:
- main
jobs:
build:
runs-on: macos-latest
steps:
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab
- uses: subosito/flutter-action@48cafc24713cca54bbe03cdc3a423187d413aafa
with:
channel: 'stable'
cache: true
cache-key: flutter-:os:-:channel:-:version:-:arch:-
- name: Install melos
run: dart pub global activate melos
- name: Install dependencies
run: melos bootstrap
- name: Verify formatting
run: dart format --output=none --set-exit-if-changed .
- name: Flutter Analyze project source
run: flutter analyze .