Skip to content

chore(deps-dev): bump @babel/traverse from 7.19.0 to 7.23.2 in /functions #3289

chore(deps-dev): bump @babel/traverse from 7.19.0 to 7.23.2 in /functions

chore(deps-dev): bump @babel/traverse from 7.19.0 to 7.23.2 in /functions #3289

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