chore: exclude all skill files from mdformat in autofix workflow

Expand mdformat exclusion from just SKILL.md files to all files under
.claude/skills/ to prevent formatting issues with skill documentation.
This commit is contained in:
yyh
2026-01-16 20:14:16 +08:00
parent 246f9a4048
commit de8f829f07

View File

@ -82,6 +82,6 @@ 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/**/SKILL.md"
uvx --python 3.13 mdformat . --exclude ".claude/skills/**"
- uses: autofix-ci/action@635ffb0c9798bd160680f18fd73371e355b85f27