Files
hkuds--cli-anything/.github/workflows/check-codex-skill.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

32 lines
666 B
YAML

name: Check Codex Skill
on:
pull_request:
paths:
- 'codex-skill/**'
- 'cli-anything-plugin/**'
- 'docs/PREVIEW_PROTOCOL.md'
- '.github/workflows/check-codex-skill.yml'
push:
branches:
- main
paths:
- 'codex-skill/**'
- 'cli-anything-plugin/**'
- 'docs/PREVIEW_PROTOCOL.md'
- '.github/workflows/check-codex-skill.yml'
workflow_dispatch:
permissions:
contents: read
jobs:
test-installer:
runs-on: ubuntu-latest
steps:
- name: Check out repository
uses: actions/checkout@v4
- name: Test Codex skill installer
run: bash codex-skill/tests/test_install.sh