Skip to content

test(ffi): c header validation #303

test(ffi): c header validation

test(ffi): c header validation #303

Workflow file for this run

name: PR Title Check
on:
pull_request_target:
types: [opened, edited, synchronize]
permissions:
pull-requests: read
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number }}
cancel-in-progress: true
jobs:
check-title:
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v6
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
types: |
build
chore
ci
docs
feat
fix
refactor
test