Skip to content

fix: restore the plugin CLI analytics labels and drop the unused README files #8

fix: restore the plugin CLI analytics labels and drop the unused README files

fix: restore the plugin CLI analytics labels and drop the unused README files #8

Workflow file for this run

name: Validate skills
on:
pull_request:
paths:
- 'skills/**'
- 'scripts/check-skill-frontmatter.mjs'
- '.github/workflows/validate-skills.yml'
push:
branches: [main]
paths:
- 'skills/**'
jobs:
frontmatter:
name: SKILL.md frontmatter
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 22
- run: npm install --no-save --no-audit --no-fund js-yaml@4
- run: node scripts/check-skill-frontmatter.mjs skills