Skip to content

feat(Format): Add max_dvr_duration_sec and target_duration_dec #506

feat(Format): Add max_dvr_duration_sec and target_duration_dec

feat(Format): Add max_dvr_duration_sec and target_duration_dec #506

Workflow file for this run

name: test
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 16
- run: npm ci
- run: npm run test