Skip to content

A0-3461: Update ABFT and remove legacy data IO #1410

A0-3461: Update ABFT and remove legacy data IO

A0-3461: Update ABFT and remove legacy data IO #1410

---
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@v6
with:
pr-title: ${{ github.event.pull_request.title }}