Skip to content

[TA-4508]: dapp/wallet sdk example #35

[TA-4508]: dapp/wallet sdk example

[TA-4508]: dapp/wallet sdk example #35

Workflow file for this run

name: "Pull Request"
on:
pull_request:
types: [opened, synchronize]
concurrency:
# Cancel old runs if there is a new commit in the same branch
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
build-base:
uses: ./.github/workflows/build-base.yaml
secrets: inherit