-
Notifications
You must be signed in to change notification settings - Fork 0
47 lines (43 loc) · 1.38 KB
/
Copy pathvalidate.yml
File metadata and controls
47 lines (43 loc) · 1.38 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
41
42
43
44
45
46
47
name: Validate
on:
pull_request:
branches: [main]
paths:
- '.github/ISSUE_TEMPLATE/**'
- '.github/scripts/**'
- '.github/workflows/validate.yml'
- '.claude-plugin/marketplace.json'
- '.agents/plugins/marketplace.json'
- 'plugins/**/.claude-plugin/plugin.json'
- 'plugins/**/.codex-plugin/plugin.json'
- 'plugins/**/commands/**'
- 'plugins/**/skills/**'
- 'plugins/**/agents/**'
- 'plugins/**/.mcp.json'
- 'plugins/**/hooks/hooks.json'
push:
branches: [main]
paths:
- '.github/ISSUE_TEMPLATE/**'
- '.github/scripts/**'
- '.github/workflows/validate.yml'
- '.claude-plugin/marketplace.json'
- '.agents/plugins/marketplace.json'
- 'plugins/**/.claude-plugin/plugin.json'
- 'plugins/**/.codex-plugin/plugin.json'
- 'plugins/**/commands/**'
- 'plugins/**/skills/**'
- 'plugins/**/agents/**'
- 'plugins/**/.mcp.json'
- 'plugins/**/hooks/hooks.json'
jobs:
validate:
name: Issue templates up to date
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- name: Install dependencies
run: sudo apt-get update && sudo apt-get install -y jq
- name: Validate issue templates
run: .github/scripts/validate-issue-templates.sh