Skip to content

Commit

Permalink
adding markdownflow to check links final adjusment and fixing!
Browse files Browse the repository at this point in the history
  • Loading branch information
Khushalsarode committed Oct 28, 2024
1 parent b79ea9c commit b151712
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/markdown_files_link_check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,12 @@ jobs:
run: |
# Find all .md files and check their links
find . -name "*.md" | while read file; do
echo -------------------------------------
if [ markdown-link-check "$file" -c .github/workflows/.markdown-link-check.json -q ]; then
echo "Checking $file"
echo -------------------------------------
echo "Checking $file"
echo "$file contains broken links"
echo -------------------------------------
else
echo -------------------------------------
echo "$file contains no broken links"
echo -------------------------------------
fi
echo -------------------------------------
done

0 comments on commit b151712

Please sign in to comment.