Add new incoming transaction for sandbox send #82
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Dummy | |
| on: | |
| pull_request: | |
| paths-ignore: | |
| - 'openapi.yaml' | |
| - 'mintlify/**' | |
| - '.markdownlint.json' | |
| merge_group: | |
| paths-ignore: | |
| - 'openapi.yaml' | |
| - 'mintlify/**' | |
| - '.markdownlint.json' | |
| jobs: | |
| build: | |
| name: Build OpenAPI Documentation | |
| runs-on: ubuntu-24.04 | |
| steps: | |
| - run: echo "Skipping Build OpenAPI Documentation - no relevant changes" | |
| lint: | |
| name: Lint Code & Documentation | |
| runs-on: ubuntu-24.04 | |
| steps: | |
| - run: echo "Skipping Lint Code & Documentation - no relevant changes" |