forked from assistant-ui/assistant-ui
-
Notifications
You must be signed in to change notification settings - Fork 0
41 lines (35 loc) · 1.1 KB
/
registry-sync-check.yaml
File metadata and controls
41 lines (35 loc) · 1.1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
name: Registry Sync Check
on:
push:
branches: [main]
paths:
- "apps/registry/components/assistant-ui/**"
- "apps/docs/components/assistant-ui/**"
- "examples/**/components/assistant-ui/**"
- "scripts/sync-registry-components.sh"
- "scripts/check-registry-sync.sh"
- ".github/workflows/registry-sync-check.yaml"
pull_request:
branches: [main]
paths:
- "apps/registry/components/assistant-ui/**"
- "apps/docs/components/assistant-ui/**"
- "examples/**/components/assistant-ui/**"
- "scripts/sync-registry-components.sh"
- "scripts/check-registry-sync.sh"
- ".github/workflows/registry-sync-check.yaml"
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
permissions:
contents: read
jobs:
check-sync:
name: Check Registry Components Sync
runs-on: blacksmith-4vcpu-ubuntu-2404
timeout-minutes: 5
steps:
- name: Checkout code repository
uses: actions/checkout@v6
- name: Check registry components are in sync
run: bash scripts/check-registry-sync.sh