Skip to content

Add WebSocket event stream for REST clients #10

Add WebSocket event stream for REST clients

Add WebSocket event stream for REST clients #10

Workflow file for this run

name: Dart CI
on: [push, pull_request]
jobs:
analyze:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: dart-lang/setup-dart@v1
- run: dart pub get
- run: dart format --output=none --set-exit-if-changed .
- run: dart analyze --fatal-infos