Skip to content

feature: Add very simple tree display of RTCPeerConnection getStats #20

feature: Add very simple tree display of RTCPeerConnection getStats

feature: Add very simple tree display of RTCPeerConnection getStats #20

Workflow file for this run

name: Node Lint
on:
push:
branches:
- main
paths:
- 'web/**'
pull_request:
paths:
- 'web/**'
defaults:
run:
working-directory: web
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 'lts/*'
cache: 'npm'
cache-dependency-path: web/package-lock.json
- run: npm ci
# - run: npm test #TODO add tests