chore: import upstream snapshot with attribution

This commit is contained in:
wehub-resource-sync
2026-07-13 12:55:23 +08:00
commit bc7eac8151
1701 changed files with 376767 additions and 0 deletions
+31
View File
@@ -0,0 +1,31 @@
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