fynd 0.99.13

High-performance DeFi route-finding engine — embeddable library and CLI
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
name: Validate PR title

on:
  pull_request_target:
    branches:
      - main
      - release/*
    types:
      - opened
      - edited
      - synchronize

jobs:
  validate-pr:
    permissions:
      contents: read
      pull-requests: read
    uses: propeller-heads/ci-cd-templates/.github/workflows/validate-pr.yaml@main