-
Notifications
You must be signed in to change notification settings - Fork 0
41 lines (37 loc) · 1.03 KB
/
Copy pathplugin-validate.yml
File metadata and controls
41 lines (37 loc) · 1.03 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
name: plugin-validate
on:
push:
branches: [main, master]
paths:
- "lib/agent/roadmap/**"
- "lib/tools/roadmap_tools.py"
- "lib/runtime/roadmap_hooks.py"
- "optional-skills/dietcode/auto-rolling-roadmap/**"
- "scripts/roadmap_*.py"
- "scripts/hermes_*.sh"
- "tests/test_roadmap*.py"
- "install.py"
- "contracts.py"
- ".github/workflows/plugin-validate.yml"
pull_request:
paths:
- "lib/agent/roadmap/**"
- "lib/tools/roadmap_tools.py"
- "lib/runtime/roadmap_hooks.py"
- "optional-skills/dietcode/auto-rolling-roadmap/**"
- "scripts/roadmap_*.py"
- "scripts/hermes_*.sh"
- "tests/test_roadmap*.py"
- "install.py"
- "contracts.py"
- ".github/workflows/plugin-validate.yml"
jobs:
roadmap:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: "3.11"
- name: Roadmap smoke, audit, and unit tests
run: make verify