Skip to content

Commit

Permalink
update .github/workflows/mdformat.yml and make it much faster
Browse files Browse the repository at this point in the history
  • Loading branch information
ilius committed Nov 19, 2024
1 parent 55e9646 commit f4d255b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/mdformat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
python -m pip install mdformat==0.7.18
- name: Format .md files
run: |
find . -name '*.md' -print -exec mdformat '{}' \;
find . -name '*.md' | xargs mdformat
git checkout doc/p/octopus_mdict.md
- name: Check for changes
run: |
Expand Down

0 comments on commit f4d255b

Please sign in to comment.