Skip to content

Add test to confirm can receive signals from client with no message bus #66

Add test to confirm can receive signals from client with no message bus

Add test to confirm can receive signals from client with no message bus #66

Workflow file for this run

name: Analyze
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-20.04
container:
image: dart:stable
steps:
- uses: actions/checkout@v2
- name: Install dependencies
run: dart pub get
- name: Analyze project source
run: dart analyze --fatal-infos --fatal-warnings .