Skip to content

Feature/video adapter service #3

Feature/video adapter service

Feature/video adapter service #3

Workflow file for this run

name: Build
on:
push:
branches:
- main
pull_request:
types: [opened, synchronize, reopened]
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 20
- uses: FedericoCarboni/setup-ffmpeg@v2
id: setup-ffmpeg
- run: npm ci
- run: npm run lint
- run: npm test