Skip to content

Bump follow-redirects from 1.14.9 to 1.15.4 in /example/oauth-app #269

Bump follow-redirects from 1.14.9 to 1.15.4 in /example/oauth-app

Bump follow-redirects from 1.14.9 to 1.15.4 in /example/oauth-app #269

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: 20
- run: npm ci
- run: npm run lint