refactor: change pipecat to submodule & add github alerts

This commit is contained in:
Sabiha Khan 2025-09-29 13:19:43 +05:30
parent 08d1e544ec
commit 6562963018
8 changed files with 249 additions and 3 deletions

View file

@ -0,0 +1,23 @@
name: Check Pipecat Version Sync
on:
pull_request:
types: [opened, synchronize, reopened]
jobs:
check-sync:
name: Verify Pipecat Versions Match
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
submodules: true
fetch-depth: 0
- name: Make scripts executable
run: chmod +x scripts/*.sh
- name: Check pipecat version synchronization
run: ./scripts/check-pipecat-sync.sh