v1.4.0: Major Skills Expansion - 75 Total Skills
This commit is contained in:
28
skills/claude-codex-settings/.github/workflows/validate-plugins.yml
vendored
Normal file
28
skills/claude-codex-settings/.github/workflows/validate-plugins.yml
vendored
Normal file
@@ -0,0 +1,28 @@
|
||||
name: Validate Plugins
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [main]
|
||||
paths:
|
||||
- "plugins/**"
|
||||
pull_request:
|
||||
branches: [main]
|
||||
paths:
|
||||
- "plugins/**"
|
||||
|
||||
jobs:
|
||||
validate:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- name: Set up Python
|
||||
uses: actions/setup-python@v5
|
||||
with:
|
||||
python-version: "3.12"
|
||||
|
||||
- name: Install dependencies
|
||||
run: pip install pyyaml
|
||||
|
||||
- name: Validate plugins
|
||||
run: python .github/scripts/validate_plugins.py
|
||||
Reference in New Issue
Block a user