Skip to content

chore(api): update generated SDK content #9

chore(api): update generated SDK content

chore(api): update generated SDK content #9

Workflow file for this run

name: CLI SDK CI
on:
push:
pull_request:
jobs:
verify:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
- uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
with:
node-version: "20"
- run: npm install
- run: npm run build