Skip to content

feat: add new firestore actions listener #3267

feat: add new firestore actions listener

feat: add new firestore actions listener #3267

Workflow file for this run

name: flutter analyze
on:
push:
branches:
- main
pull_request:
branches:
- main
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
- run: flutter pub get
- name: Run flutter analyze
uses: invertase/github-action-dart-analyzer@v1