Skip to content

Bump eslint from 8.57.0 to 9.9.0 #290

Bump eslint from 8.57.0 to 9.9.0

Bump eslint from 8.57.0 to 9.9.0 #290

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