Skip to content

fix(docs): remove invalid colors.anchors from Mintlify config (#1464) #1

fix(docs): remove invalid colors.anchors from Mintlify config (#1464)

fix(docs): remove invalid colors.anchors from Mintlify config (#1464) #1

Workflow file for this run

name: Typecheck
on:
pull_request:
push:
branches: [main]
jobs:
typecheck:
if: github.event_name == 'push' || github.event.pull_request.head.repo.full_name == github.repository
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '22'
cache: 'npm'
- run: npm ci
- run: npm run typecheck
- run: npm run typecheck:api