Skip to content

feat: add webrtc-direct listener in go-peer #1

feat: add webrtc-direct listener in go-peer

feat: add webrtc-direct listener in go-peer #1

Workflow file for this run

name: go-peer ci
on:
pull_request:
paths:
- 'go-peer/**'
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
go-check:
uses: libp2p/uci/.github/workflows/go-check.yml@v0.0
with:
go-version: '1.22.x'
go-test:
uses: libp2p/uci/.github/workflows/go-test.yml@v0.0
with:
go-versions: '["1.22.x"]'