Skip to content

feat: Add jks to supported formats #8355

feat: Add jks to supported formats

feat: Add jks to supported formats #8355

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@v5
- run: git fetch --depth=1
- uses: actions/setup-node@v6
with:
node-version: 22
cache: 'yarn'
- run: yarn install --frozen-lockfile --ignore-engines
- run: yarn doc