Skip to content

Add option to choose which YouTube embed player to use for playback #3

Add option to choose which YouTube embed player to use for playback

Add option to choose which YouTube embed player to use for playback #3

Workflow file for this run

name: Check PRs
on:
pull_request
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: '22.x'
- run: npm ci
- run: npm run lint:check