ci: update validate registries workflow

This commit is contained in:
shadcn
2026-02-09 11:41:34 +04:00
parent 8f01916bb2
commit fc16e1461f
2 changed files with 55 additions and 60 deletions

View File

@@ -4,11 +4,13 @@ on:
pull_request:
paths:
- "apps/v4/public/r/registries.json"
- "apps/v4/registry/directory.json"
push:
branches:
- main
paths:
- "apps/v4/public/r/registries.json"
- "apps/v4/registry/directory.json"
jobs:
validate:
@@ -47,8 +49,5 @@ jobs:
- name: Install dependencies
run: pnpm install
- name: Build packages
run: pnpm build --filter=shadcn
- name: Validate registries
run: pnpm --filter=v4 validate:registries