Skip to content

fix: install dependencies so analysis options work during format #21

fix: install dependencies so analysis options work during format

fix: install dependencies so analysis options work during format #21

Workflow file for this run

name: Analyze and test
on: pull_request
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install Flutter
uses: subosito/flutter-action@v2
with:
channel: stable
- run: flutter pub get
- run: flutter analyze --no-fatal-infos --no-fatal-warnings
- run: flutter test