Skip to content

feat: Enhance serverToSocket to enable different transformers on each socket pair #22

feat: Enhance serverToSocket to enable different transformers on each socket pair

feat: Enhance serverToSocket to enable different transformers on each socket pair #22

Workflow file for this run

name: unit_tests
permissions:
contents: read
on:
workflow_dispatch:
push:
branches:
- trunk
pull_request:
branches:
- trunk
jobs:
unit_tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
- uses: dart-lang/setup-dart@fedb1266e91cf51be2fdb382869461a434b920a3 # v1.6.2
- name: dart pub get
run: dart pub get
- name: dart analyze
run: dart analyze
- name: dart test
run: dart test