Skip to content

Bump youtube-dl-exec from 2.5.7 to 2.5.8 #243

Bump youtube-dl-exec from 2.5.7 to 2.5.8

Bump youtube-dl-exec from 2.5.7 to 2.5.8 #243

Workflow file for this run

name: Build quiz
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Use Node.js 18
uses: actions/setup-node@v4
with:
node-version: 18
- name: Install dependencies
run: npm install
- name: Run ESLint
run: npm run lint
- name: Lint yaml files
run: yamllint example
- name: Get pub-quiz-generator version
run: ./index.js --version
- name: Build quiz
run: npm run test