Skip to content

feat: Videojs POC #6100

feat: Videojs POC

feat: Videojs POC #6100

Workflow file for this run

name: Push
jobs:
format:
runs-on: ubuntu-latest
steps:
- uses: Codecademy/[email protected]
with:
node-version: 16
command: format:verify
lint:
strategy:
fail-fast: false
matrix:
command: ['lint', 'verify']
runs-on: ubuntu-latest
steps:
- uses: Codecademy/[email protected]
with:
node-version: 16
command: build
- run: yarn ${{ matrix.command }}
on:
push:
branches:
- main
pull_request: