Skip to content

Split the server message bus implementation into its own object - you should be able to use D-Bus without it #60

Split the server message bus implementation into its own object - you should be able to use D-Bus without it

Split the server message bus implementation into its own object - you should be able to use D-Bus without it #60

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 .