Skip to content

Commit

Permalink
Update check-links.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rasbt authored Apr 11, 2024
1 parent 87f29ad commit c102734
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-links.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ jobs:

- name: Find Markdown Files and Check Links
run: |
find . -name '*.md' -exec markdown-link-check {} \;
find . -name \*.md -print0 | xargs -0 -n1 markdown-link-check

0 comments on commit c102734

Please sign in to comment.