Skip to content

fix: Upgrade next to fix HTTP deserialization DoS #1253

fix: Upgrade next to fix HTTP deserialization DoS

fix: Upgrade next to fix HTTP deserialization DoS #1253

Workflow file for this run

name: Docs checks
on:
pull_request:
paths:
- "docs/**"
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: ${{ github.event_name == 'pull_request' }}
jobs:
docs-quality:
runs-on: ubuntu-latest
timeout-minutes: 30
steps:
- name: Checkout
uses: actions/checkout@v4
- uses: ./.github/actions/setup-node
- name: Install Global Turbo
uses: ./.github/actions/install-global-turbo
- name: Run docs checks
run: turbo run check-types check-links check-openapi --filter="./docs/*"