Skip to content

Commit

Permalink
Update action.yml with find-exec (#50)
Browse files Browse the repository at this point in the history
Co-authored-by: UltralyticsAssistant <web@ultralytics.com>
  • Loading branch information
glenn-jocher and UltralyticsAssistant authored Jan 9, 2024
1 parent 33f6177 commit 9c8f0b4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,8 @@ runs:
- name: Run Mdformat
if: inputs.markdown == 'true'
run: |
mdformat . --number --wrap no
# mdformat . --number --wrap no
find . -name "*.md" ! -path "./docs/*" -exec mdformat --number --wrap no {} +
shell: bash
continue-on-error: true

Expand Down

0 comments on commit 9c8f0b4

Please sign in to comment.