Skip to content

PR Check - API SDK #1341

PR Check - API SDK

PR Check - API SDK #1341

name: PR Check - API SDK
on:
pull_request:
paths:
- "packages/api-sdk/**"
merge_group:
workflow_dispatch:
jobs:
check-commits:
uses: ./.github/workflows/_check-commits.yml
secrets: inherit
check-pr:
uses: ./.github/workflows/_build.yml
with:
path: "packages/api-sdk"
secrets: inherit