Skip to content

Bump nanoid from 3.3.7 to 3.3.8 in /doc #553

Bump nanoid from 3.3.7 to 3.3.8 in /doc

Bump nanoid from 3.3.7 to 3.3.8 in /doc #553

Workflow file for this run

name: Lint OpenAPI specification
on:
- push
- pull_request
jobs:
lint:
name: Lint OpenAPI spec
runs-on: ubuntu-latest
defaults:
run:
working-directory: doc
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 22
- uses: pnpm/action-setup@v4
with:
run_install: true
package_json_file: doc/package.json
- run: pnpm spectral
- run: pnpm lint