Skip to content

chore: Debug nock issues #6220

chore: Debug nock issues

chore: Debug nock issues #6220

Workflow file for this run

name: typedoc-check
on:
pull_request: ~
push:
branches: ['main']
tags: ['v*']
paths-ignore:
- 'docs/**'
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: git fetch --depth=1
- uses: actions/setup-node@v4
with:
node-version: 22
cache: 'yarn'
- run: yarn install --frozen-lockfile --ignore-engines
- run: yarn doc