Skip to content

Commit

Permalink
list failed links only
Browse files Browse the repository at this point in the history
  • Loading branch information
flingjie authored Aug 29, 2024
1 parent 95405e0 commit 0185184
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-links.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ jobs:

- name: Check links in Markdown files
run: |
find . -name "*.md" -print0 | xargs -0 markdown-link-check
find . -name "*.md" -print0 | xargs -0 markdown-link-check --quiet

0 comments on commit 0185184

Please sign in to comment.