Skip to content

Merge pull request #6 from amd/dholanda/update_docs #12

Merge pull request #6 from amd/dholanda/update_docs

Merge pull request #6 from amd/dholanda/update_docs #12

Workflow file for this run

name: validate
on:
push:
branches: [main]
pull_request:
paths:
- "scripts/**"
- "**/SKILL.md"
- "skills/**"
- ".claude-plugin/**"
- ".cursor-plugin/**"
- ".github/workflows/validate.yml"
workflow_dispatch:
jobs:
validate:
name: Validate skills and plugin manifests
runs-on: ubuntu-latest
steps:
- name: Check out repository
uses: actions/checkout@v4
- name: Set up uv
uses: astral-sh/setup-uv@v7
- name: Validate skills and generated manifests
run: ./scripts/check.sh