From b79ea9c21594d7bc18e33551547bc866e2200b8c Mon Sep 17 00:00:00 2001 From: Khushalsarode Date: Tue, 29 Oct 2024 03:24:22 +0530 Subject: [PATCH] adding markdownflow to check links minor display adjusment --- .github/workflows/markdown_files_link_check.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/markdown_files_link_check.yaml b/.github/workflows/markdown_files_link_check.yaml index 4ae67a5f..2500ed9f 100644 --- a/.github/workflows/markdown_files_link_check.yaml +++ b/.github/workflows/markdown_files_link_check.yaml @@ -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 -------------------------------------