Skip to content

fix: Automatic payment retry limit is fixed #449

fix: Automatic payment retry limit is fixed

fix: Automatic payment retry limit is fixed #449

Workflow file for this run

name: Conformance
on:
pull_request:
types:
- opened
- synchronize
- reopened
- edited
- labeled
- unlabeled
push:
branches: [main]
permissions:
contents: read
pull-requests: read
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
jobs:
conformance-policy:
uses: tempoxyz/mpp-tools/.github/workflows/sdk-conformance-policy.yml@29fee62deba0aa3982d3860b40c5e72c8aa27957
with:
protocol-paths: |
src/**
pyproject.toml
uv.lock
conformance:
needs: conformance-policy
uses: tempoxyz/mpp-tools/.github/workflows/sdk-conformance.yml@29fee62deba0aa3982d3860b40c5e72c8aa27957
with:
adapter: python
conformance-ref: ${{ needs.conformance-policy.outputs.conformance_ref }}