Skip to content

support new connectivity plus multiple connection types #56

support new connectivity plus multiple connection types

support new connectivity plus multiple connection types #56

Workflow file for this run

name: Build
on:
pull_request:
branches:
- master
- 'rc/*'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install environment
uses: subosito/[email protected]
with:
flutter-version: 3.10.6
- name: Get dependencies
run: flutter pub get
- name: Analyze the project
run: flutter analyze
- name: Check format
run: dart format --fix --set-exit-if-changed .
- name: Run the tests
run: flutter test