chore: add symlink for skills directory and update autofix workflow exclusion pattern (#29953)

This commit is contained in:
yyh
2025-12-20 20:47:46 +08:00
committed by GitHub
parent 57b51603f5
commit 7b60ff3d2d
12 changed files with 11 additions and 9 deletions

View File

@@ -66,7 +66,7 @@ jobs:
# mdformat breaks YAML front matter in markdown files. Add --exclude for directories containing YAML front matter.
- name: mdformat
run: |
uvx --python 3.13 mdformat . --exclude ".claude/skills/**"
uvx --python 3.13 mdformat . --exclude ".claude/skills/**/SKILL.md"
- name: Install pnpm
uses: pnpm/action-setup@v4