fix: restore the plugin CLI analytics labels and drop the unused README files #8
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 |