Skip to content

docs: update API documentation #60

docs: update API documentation

docs: update API documentation #60

Workflow file for this run

name: CI
on:
pull_request:
branches: ['*']
push:
branches: [main]
jobs:
build:
name: Build
runs-on: ubuntu-latest
env:
FORCE_COLOR: 1
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 2
- uses: actions/setup-node@v4
with:
node-version: 24.x
- name: Verify Change Logs
run: node common/scripts/install-run-rush.js change --verify
- name: Rush Install
run: node common/scripts/install-run-rush.js install
- name: Rush Build
run: node common/scripts/install-run-rush.js build --verbose
env:
BROWSERSLIST_IGNORE_OLD_DATA: 1