Skip to content

document tournament endpoints stream throttling #497

document tournament endpoints stream throttling

document tournament endpoints stream throttling #497

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
- uses: pnpm/action-setup@v4
with:
version: 9.12.2
run_install: true
- run: pnpm spectral
- run: pnpm lint