Skip to content

add notifyWhenEqual to projectListSplices #20

add notifyWhenEqual to projectListSplices

add notifyWhenEqual to projectListSplices #20

Workflow file for this run

# This workflow uses actions that are not certified by GitHub.
# They are provided by a third-party and are governed by
# separate terms of service, privacy policy, and support
# documentation.
name: Dart CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
analyze:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: dart-lang/setup-dart@v1.0
with:
sdk: stable
- run: dart pub get
- run: dart format --output=none --set-exit-if-changed .
- run: dart analyze --fatal-infos
test:
runs-on: ubuntu-latest
strategy:
matrix:
sdk: [2.12.0, stable, dev]
steps:
- uses: actions/checkout@v2
- uses: dart-lang/setup-dart@v1.0
with:
sdk: ${{ matrix.sdk }}
- run: dart pub get
- run: dart test -p vm,chrome
  NODES
COMMUNITY 3
Project 6
USERS 1