Skip to content

feat(actions): Add getOrder and getOrders functions, viewLimitOrderParams and viewLimitOrderLogicsParams types to enhance order functionality. #41

feat(actions): Add getOrder and getOrders functions, viewLimitOrderParams and viewLimitOrderLogicsParams types to enhance order functionality.

feat(actions): Add getOrder and getOrders functions, viewLimitOrderParams and viewLimitOrderLogicsParams types to enhance order functionality. #41

Workflow file for this run

name: Pull request
on:
pull_request:
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
jobs:
verify:
name: Verify
uses: ./.github/workflows/verify.yml
secrets: inherit