Skip to content

Bump qs and express in /example/oauth-backend #1090

Bump qs and express in /example/oauth-backend

Bump qs and express in /example/oauth-backend #1090

Workflow file for this run

name: Lint OpenAPI spec
on:
- push
- pull_request
jobs:
ci:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
script:
- build
- spectral
- scalar-lint
- lint
- check-format
defaults:
run:
working-directory: doc
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 24
- uses: pnpm/action-setup@v4
with:
run_install: true
package_json_file: doc/package.json
- run: pnpm ${{ matrix.script }}