mirror of
https://github.com/langgenius/dify.git
synced 2026-05-06 02:18:08 +08:00
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:
2
.github/workflows/autofix.yml
vendored
2
.github/workflows/autofix.yml
vendored
@ -82,6 +82,6 @@ jobs:
|
|||||||
# mdformat breaks YAML front matter in markdown files. Add --exclude for directories containing YAML front matter.
|
# mdformat breaks YAML front matter in markdown files. Add --exclude for directories containing YAML front matter.
|
||||||
- name: mdformat
|
- name: mdformat
|
||||||
run: |
|
run: |
|
||||||
uvx --python 3.13 mdformat . --exclude ".claude/skills/**/SKILL.md"
|
uvx --python 3.13 mdformat . --exclude ".claude/skills/**"
|
||||||
|
|
||||||
- uses: autofix-ci/action@635ffb0c9798bd160680f18fd73371e355b85f27
|
- uses: autofix-ci/action@635ffb0c9798bd160680f18fd73371e355b85f27
|
||||||
|
|||||||
Reference in New Issue
Block a user