Skip to content

Add ARD and OKF agent-discovery coverage to astro-seo and static-seo #47

Add ARD and OKF agent-discovery coverage to astro-seo and static-seo

Add ARD and OKF agent-discovery coverage to astro-seo and static-seo #47

name: Validate Skills
on:
workflow_dispatch:
push:
branches: [main]
paths:
- '**/SKILL.md'
- '**/references/**'
- '**/evals/**'
- '**/test-cases/**'
- '.github/scripts/validate-skills.sh'
- '.github/workflows/validate-skills.yml'
pull_request:
branches: [main]
paths:
- '**/SKILL.md'
- '**/references/**'
- '**/evals/**'
- '**/test-cases/**'
- '.github/scripts/validate-skills.sh'
- '.github/workflows/validate-skills.yml'
permissions:
contents: read
jobs:
validate:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Validate skills and bundled fixtures
run: bash .github/scripts/validate-skills.sh