diff --git a/.github/workflows/autofix.yml b/.github/workflows/autofix.yml index d3f71c4647..ff006324bb 100644 --- a/.github/workflows/autofix.yml +++ b/.github/workflows/autofix.yml @@ -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