mirror of
https://github.com/magnus919/agent-skills.git
synced 2026-09-22 00:56:35 +03:00
feat: validate changed skill descriptions (#97)
Co-authored-by: magnus919 <magnus919>
This commit is contained in:
co-authored by
magnus919 <magnus919>
parent
2010a00229
commit
c092a14c8e
@@ -14,12 +14,20 @@ jobs:
|
||||
steps:
|
||||
- name: Check out repository
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: 0
|
||||
- name: Set up Ruby
|
||||
uses: ruby/setup-ruby@v1
|
||||
with:
|
||||
ruby-version: '3.3'
|
||||
- name: Validate skill format and links
|
||||
run: ruby scripts/validate-skills.rb
|
||||
- name: Test changed-skill quality validation
|
||||
run: ruby scripts/test-validate-skill-quality.rb
|
||||
- name: Validate changed skill quality
|
||||
env:
|
||||
SKILL_QUALITY_BASE: ${{ github.event.pull_request.base.sha || github.event.before }}
|
||||
run: ruby scripts/validate-skill-quality.rb --base "$SKILL_QUALITY_BASE"
|
||||
- name: Check tracked repository artifacts
|
||||
run: python3 scripts/check-artifacts.py
|
||||
- name: Validate Claude Code marketplace
|
||||
|
||||
Reference in New Issue
Block a user