Skip to content

document new study PGN import endpoint - for lichess-org/lila#13454 #228

document new study PGN import endpoint - for lichess-org/lila#13454

document new study PGN import endpoint - for lichess-org/lila#13454 #228

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@v3
- uses: actions/setup-node@v3
with:
node-version: 17
- run: npm ci
- run: npm run lint