Skip to content

remove video thumbnail creation from stream transcode (will be moved … #31

remove video thumbnail creation from stream transcode (will be moved …

remove video thumbnail creation from stream transcode (will be moved … #31

Workflow file for this run

name: Prettier
on: [push, pull_request]
jobs:
prettier:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: 'lts/*'
- name: Install dependencies
run: npm ci
- name: Check code formatting with Prettier
run: npm run format:check