-
Notifications
You must be signed in to change notification settings - Fork 0
37 lines (33 loc) · 976 Bytes
/
Copy pathvalidate-plugins.yml
File metadata and controls
37 lines (33 loc) · 976 Bytes
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
name: Validate Plugins
on:
workflow_dispatch:
push:
branches: [main, master, "claude/**"]
paths:
- "**/.claude-plugin/plugin.json"
- "**/.codex-plugin/plugin.json"
- ".agents/plugins/marketplace.json"
- ".claude-plugin/marketplace.json"
- "marketplace.json"
- "scripts/validate-plugins.sh"
- ".github/workflows/validate-plugins.yml"
pull_request:
branches: [main, master]
paths:
- "**/.claude-plugin/plugin.json"
- "**/.codex-plugin/plugin.json"
- ".agents/plugins/marketplace.json"
- ".claude-plugin/marketplace.json"
- "marketplace.json"
- "scripts/validate-plugins.sh"
- ".github/workflows/validate-plugins.yml"
permissions:
contents: read
jobs:
validate:
name: Validate plugin.json manifests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Validate all plugin manifests
run: bash scripts/validate-plugins.sh