Skip to content

feat(monitoring): add real-time web dashboard for monitoring benchmark progress #149

feat(monitoring): add real-time web dashboard for monitoring benchmark progress

feat(monitoring): add real-time web dashboard for monitoring benchmark progress #149

Workflow file for this run

name: check-pr-title
on:
pull_request:
types: [opened, synchronize, edited]
jobs:
check-pr-title:
name: Check PR Title
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Install uv
uses: astral-sh/setup-uv@v5
- name: check PR with regex
run: uv run .github/scripts/check_pr_title.py "${TITLE}"
env:
TITLE: ${{ github.event.pull_request.title }}