Skip to content

Add WebRTC Data Channel Support to streaming-client.js (#38) #75

Add WebRTC Data Channel Support to streaming-client.js (#38)

Add WebRTC Data Channel Support to streaming-client.js (#38) #75

Workflow file for this run

name: janode-ci
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
permissions:
contents: read
jobs:
lint:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
- run: npm ci
- run: npm run lint