Skip to content

build(deps-dev): bump eslint-plugin-jsdoc from 59.0.1 to 60.1.1 in the eslint group #978

build(deps-dev): bump eslint-plugin-jsdoc from 59.0.1 to 60.1.1 in the eslint group

build(deps-dev): bump eslint-plugin-jsdoc from 59.0.1 to 60.1.1 in the eslint group #978

Workflow file for this run

name: docs
on:
pull_request:
branches: ['main']
permissions: {}
jobs:
docs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
with:
persist-credentials: false
- name: Setup node 18
uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0
with:
node-version: '18'
check-latest: false
cache: 'npm'
- name: Install deps
run: npm ci --no-audit
- name: Build docs
run: npm run typedoc