Skip to content

Add inflation apis #1577

Add inflation apis

Add inflation apis #1577

---
name: Check PR
on:
pull_request:
types:
- opened
- edited
- reopened
- ready_for_review
concurrency:
group: ${{ github.ref }}-${{ github.workflow }}
cancel-in-progress: true
jobs:
main:
name: Check PR title
runs-on: ubuntu-20.04
steps:
- name: GIT | Checkout
uses: actions/checkout@v4
- name: VALIDATE | Check PR title
# yamllint disable-line rule:line-length
uses: Cardinal-Cryptography/github-actions/check-pr-title@v4
with:
pr-title: ${{ github.event.pull_request.title }}