Skip to content

build(deps-dev): bump js-yaml from 4.1.0 to 4.1.1 in /cloud_functions/functions #709

build(deps-dev): bump js-yaml from 4.1.0 to 4.1.1 in /cloud_functions/functions

build(deps-dev): bump js-yaml from 4.1.0 to 4.1.1 in /cloud_functions/functions #709

Workflow file for this run

name: Dart Analyzer
on:
pull_request:
jobs:
analyze:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: dart-lang/setup-dart@v1
- uses: subosito/flutter-action@v2
with:
channel: stable
- run: dart pub get
- run: dart pub global activate melos
- run: melos bootstrap
- uses: invertase/github-action-dart-analyzer@v1
with:
fatal-infos: true