Skip to content

Sui Rate Limit Fixes #2334

Sui Rate Limit Fixes

Sui Rate Limit Fixes #2334

Workflow file for this run

name: TS SDK CI
on:
workflow_dispatch:
pull_request:
push:
branches:
- main
# Cancel in-progress runs on new commits to same PR/branch
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
permissions: {}
jobs:
ts-sdk-ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
persist-credentials: false
- uses: oven-sh/setup-bun@0c5077e51419868618aeaa5fe8019c62421857d6 # v2
with:
bun-version: "1.3.4"
- run: bun ci
- run: bun --if-present run build
- run: bun run test