Devendra174's picture
Upload folder using huggingface_hub
1e92f2d verified
raw
history blame
358 Bytes
name: API Extrator
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v4
- name: Install Dependencies
uses: ./.github/actions/install-dependencies
- name: Build
run: pnpm build:esm
- name: API Extractor
run: pnpm api-extractor:ci