Files
hkuds--cli-anything/.github/workflows/check-root-skills.yml
T
wehub-resource-sync 4904b939ef
Check Codex Skill / test-installer (push) Failing after 1s
Deploy to GitHub Pages / build (push) Failing after 1s
Check Root Skills / validate-root-skills (push) Failing after 1s
Deploy to GitHub Pages / deploy (push) Has been skipped
Publish cli-anything-hub to PyPI / publish (push) Failing after 1s
PR Labeler Tests / test (push) Failing after 1s
chore: import upstream snapshot with attribution
2026-07-13 12:06:50 +08:00

36 lines
856 B
YAML

name: Check Root Skills
on:
pull_request:
paths:
- '*/agent-harness/**'
- 'skills/**'
- '.github/scripts/sync_root_skills.py'
- '.github/scripts/validate_root_skills.py'
- '.github/workflows/check-root-skills.yml'
push:
branches:
- main
paths:
- '*/agent-harness/**'
- 'skills/**'
- '.github/scripts/sync_root_skills.py'
- '.github/scripts/validate_root_skills.py'
- '.github/workflows/check-root-skills.yml'
workflow_dispatch:
jobs:
validate-root-skills:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Python
uses: actions/setup-python@v5
with:
python-version: '3.10'
- name: Validate root skills mirror
run: python3 .github/scripts/validate_root_skills.py