Skip to content

feat: createFormControl and subscribe function #2117

feat: createFormControl and subscribe function

feat: createFormControl and subscribe function #2117

Workflow file for this run

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