Skip to content

PR Check - commonwell-sdk #926

PR Check - commonwell-sdk

PR Check - commonwell-sdk #926

name: PR Check - commonwell-sdk
on:
pull_request:
paths:
- "packages/commonwell-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/commonwell-sdk"
secrets: inherit