Skip to content

Bump reveal.js from 4.6.1 to 5.0.1 #186

Bump reveal.js from 4.6.1 to 5.0.1

Bump reveal.js from 4.6.1 to 5.0.1 #186

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@v3
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