Skip to content

feat(regen): add Flux TTS batch (REST) endpoint and agent latency report #185

feat(regen): add Flux TTS batch (REST) endpoint and agent latency report

feat(regen): add Flux TTS batch (REST) endpoint and agent latency report #185

Workflow file for this run

name: Title Check
permissions:
contents: read
on:
pull_request:
types:
- opened
- edited
- synchronize
- reopened
jobs:
title-check:
name: Title Check
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v6
- name: Setup Node.js
uses: actions/setup-node@v6
with:
node-version: "20"
- name: Install pnpm
uses: pnpm/action-setup@v4
- name: Install dependencies
run: pnpm install --frozen-lockfile --ignore-scripts
- name: Validate PR title
env:
PR_TITLE: ${{ github.event.pull_request.title }}
run: |
echo "$PR_TITLE" | pnpm exec commitlint -g .github/.commitlintrc.json