Skip to content

Commit

Permalink
adding markdownflow to check links minor display adjusment
Browse files Browse the repository at this point in the history
  • Loading branch information
Khushalsarode committed Oct 28, 2024
1 parent 721c187 commit b79ea9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/markdown_files_link_check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ jobs:
run: |
# Find all .md files and check their links
find . -name "*.md" | while read file; do
echo "Checking $file"
if [ markdown-link-check "$file" -c .github/workflows/.markdown-link-check.json -q ]; then
echo "Checking $file"
echo -------------------------------------
echo "$file contains broken links"
echo -------------------------------------
Expand Down

0 comments on commit b79ea9c

Please sign in to comment.