Skip to content

chore(deps-dev): bump postcss from 8.5.9 to 8.5.25 #12

chore(deps-dev): bump postcss from 8.5.9 to 8.5.25

chore(deps-dev): bump postcss from 8.5.9 to 8.5.25 #12

name: Skill Sync Check
on:
pull_request:
permissions:
contents: read
jobs:
skill-sync:
name: SKILL.md Sync
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- name: Checkout
uses: actions/checkout@v5
- name: Setup Node.js
uses: actions/setup-node@v6
with:
node-version-file: '.nvmrc'
cache: 'npm'
- name: Install dependencies
run: npm ci
- name: Build
run: npm run build
- name: Check SKILL.md is in sync
run: npm run check:skill-sync